Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRequestParameter
-
Packages that use MAPRequestParameter Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPRequestParameter in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPRequestParameter Modifier and Type Method Description static MAPRequestParameter
MAPRequestParameter. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.MAPRequestParameter[]
MAPSendParametersArg. getRequestParameters()
Gets the value of the field requestParameters.static MAPRequestParameter
MAPRequestParameter. valueOf(String name)
Returns the enum constant of this type with the specified name.static MAPRequestParameter[]
MAPRequestParameter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPRequestParameter Modifier and Type Method Description MAPSendParametersArg
MAPSendParametersArg. setRequestParameters(MAPRequestParameter[] value)
Sets the value of the field requestParameters.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type MAPRequestParameter Constructor Description MAPSendParametersArg(MAPSubscriberId SubscriberId_param, MAPRequestParameter[] RequestParameters_param)
Constructs an object from given values for all fields.
-