Uses of Class
esmska.data.SMS.Status
-
Packages that use SMS.Status Package Description esmska.data -
-
Uses of SMS.Status in esmska.data
Methods in esmska.data that return SMS.Status Modifier and Type Method Description SMS.StatusSMS. getStatus()Status of the message.static SMS.StatusSMS.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SMS.Status[]SMS.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in esmska.data with parameters of type SMS.Status Modifier and Type Method Description java.util.List<SMS>Queue. getAllWithStatus(SMS.Status status)Get a collection of SMS with particular status.java.util.List<SMS>Queue. getAllWithStatus(SMS.Status status, java.lang.String gatewayName)Get a collection of SMS with particular status and gateway.
-