Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSSubmit.StatusReportRequest
-
Packages that use SMSSubmit.StatusReportRequest 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.StatusReportRequest in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSSubmit.StatusReportRequest Modifier and Type Method Description static SMSSubmit.StatusReportRequest
SMSSubmit.StatusReportRequest. fromValue(int value)
Returns the enumeration constant for a given encoded value.SMSSubmit.StatusReportRequest
SMSSubmit. getStatusReportRequest()
Gets the value of whether the MS is requesting a status report.static SMSSubmit.StatusReportRequest
SMSSubmit.StatusReportRequest. valueOf(String name)
Returns the enum constant of this type with the specified name.static SMSSubmit.StatusReportRequest[]
SMSSubmit.StatusReportRequest. 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.StatusReportRequest Modifier and Type Method Description SMSSubmit
SMSSubmit. setStatusReportRequest(SMSSubmit.StatusReportRequest value)
Sets the value of whether the MS is requesting a status report.
-