Uses of Class
esmska.data.SMS.Status

Packages that use SMS.Status
esmska.data   
 

Uses of SMS.Status in esmska.data
 

Methods in esmska.data that return SMS.Status
 SMS.Status SMS.getStatus()
          Status of the message.
static SMS.Status SMS.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
 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.