Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSSubmit.ReplyPath
-
Packages that use SMSSubmit.ReplyPath Package Description com.opencloud.slee.resources.in.datatypes.sms Defines classes to represent some short message service (SMS) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of SMSSubmit.ReplyPath in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSSubmit.ReplyPath Modifier and Type Method Description static SMSSubmit.ReplyPath
SMSSubmit.ReplyPath. fromValue(int value)
Returns the enumeration constant for a given encoded value.SMSSubmit.ReplyPath
SMSSubmit. getReplyPath()
Gets the value of the request for reply path.static SMSSubmit.ReplyPath
SMSSubmit.ReplyPath. valueOf(String name)
Returns the enum constant of this type with the specified name.static SMSSubmit.ReplyPath[]
SMSSubmit.ReplyPath. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSSubmit.ReplyPath Modifier and Type Method Description SMSSubmit
SMSSubmit. setReplyPath(SMSSubmit.ReplyPath value)
Sets the value of the request for reply path.
-