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 NetworkRequestSupport
NetworkRequestSupport. NETWORK_REQUEST_NOT_SUPPORTED
static NetworkRequestSupport
NetworkRequestSupport. NETWORK_REQUEST_SUPPORTED
Methods in org.jainslee.resources.diameter.gx.types.va10 that return NetworkRequestSupport Modifier and Type Method Description static NetworkRequestSupport
NetworkRequestSupport. fromInt(int type)
NetworkRequestSupport
CreditControlRequest. 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 void
CreditControlRequest. setNetworkRequestSupport(NetworkRequestSupport networkRequestSupport)
Sets the value of the Network-Request-Support AVP, of type Enumerated.
-