Package | Description |
---|---|
esmska.data |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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.
|