Uses of Class
org.jainslee.resources.diameter.gx.types.vb90.RedirectSupport
-
Packages that use RedirectSupport Package Description org.jainslee.resources.diameter.gx.types.vb90 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types. -
-
Uses of RedirectSupport in org.jainslee.resources.diameter.gx.types.vb90
Fields in org.jainslee.resources.diameter.gx.types.vb90 declared as RedirectSupport Modifier and Type Field Description static RedirectSupportRedirectSupport. REDIRECTION_DISABLEDstatic RedirectSupportRedirectSupport. REDIRECTION_ENABLEDMethods in org.jainslee.resources.diameter.gx.types.vb90 that return RedirectSupport Modifier and Type Method Description static RedirectSupportRedirectSupport. fromInt(int type)RedirectSupportRedirectInformation. getRedirectSupport()Returns the value of the Redirect-Support AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.vb90 with parameters of type RedirectSupport Modifier and Type Method Description voidRedirectInformation. setRedirectSupport(RedirectSupport redirectSupport)Sets the value of the Redirect-Support AVP, of type Enumerated.
-