Uses of Class
org.jainslee.resources.diameter.gx.types.va10.NetworkRequestSupport
-
Packages that use NetworkRequestSupport Package Description org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types. -
-
Uses of NetworkRequestSupport in org.jainslee.resources.diameter.gx.types.va10
Fields in org.jainslee.resources.diameter.gx.types.va10 declared as NetworkRequestSupport Modifier and Type Field Description static NetworkRequestSupportNetworkRequestSupport. NETWORK_REQUEST_NOT_SUPPORTEDstatic NetworkRequestSupportNetworkRequestSupport. NETWORK_REQUEST_SUPPORTEDMethods in org.jainslee.resources.diameter.gx.types.va10 that return NetworkRequestSupport Modifier and Type Method Description static NetworkRequestSupportNetworkRequestSupport. fromInt(int type)NetworkRequestSupportCreditControlRequest. getNetworkRequestSupport()Returns the value of the Network-Request-Support AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type NetworkRequestSupport Modifier and Type Method Description voidCreditControlRequest. setNetworkRequestSupport(NetworkRequestSupport networkRequestSupport)Sets the value of the Network-Request-Support AVP, of type Enumerated.
-