Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSStatusReport.MoreMessagesToSend
-
Packages that use SMSStatusReport.MoreMessagesToSend 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 SMSStatusReport.MoreMessagesToSend in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSStatusReport.MoreMessagesToSend Modifier and Type Method Description static SMSStatusReport.MoreMessagesToSendSMSStatusReport.MoreMessagesToSend. fromValue(int value)Returns the enumeration constant for a given encoded value.SMSStatusReport.MoreMessagesToSendSMSStatusReport. getMoreMessagesToSend()Gets the value of whether there are no more messages to send.static SMSStatusReport.MoreMessagesToSendSMSStatusReport.MoreMessagesToSend. valueOf(String name)Returns the enum constant of this type with the specified name.static SMSStatusReport.MoreMessagesToSend[]SMSStatusReport.MoreMessagesToSend. 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 SMSStatusReport.MoreMessagesToSend Modifier and Type Method Description SMSStatusReportSMSStatusReport. setMoreMessagesToSend(SMSStatusReport.MoreMessagesToSend value)Sets the value of whether there are no more messages to send.
-