Package esendex.sdk.java.model.types
Enum Class Status
- All Implemented Interfaces:
Serializable
,Comparable<Status>
,java.lang.constant.Constable
The status code refers to the current state of the Message. The possible values are:
Submitted - Message is being processed by Esendex
Sent - Message has been passed on to the Mobile Networks
Delivered - Message has been delivered to the Recipient
Expired - Message could not be delivered within the validity period
Failed - Message could not be delivered
FailedAuthorisation - Premium message could not be authorised to this Recipient
Acknowledged - Voice Message has been acknowledged by the Recipient
Connecting - Voice message is currently being delivered to the customer
Submitted - Message is being processed by Esendex
Sent - Message has been passed on to the Mobile Networks
Delivered - Message has been delivered to the Recipient
Expired - Message could not be delivered within the validity period
Failed - Message could not be delivered
FailedAuthorisation - Premium message could not be authorised to this Recipient
Acknowledged - Voice Message has been acknowledged by the Recipient
Connecting - Voice message is currently being delivered to the customer
- Author:
- Mike Whittaker
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
ACKNOWLEDGED
-
AUTHORISED
-
CONNECTING
-
DELIVERED
-
DISPATCHED
-
EXPIRED
-
FAILED
-
FAILEDAUTHORISATION
-
PARTIALLYDELIVERED
-
PROCESSING
-
QUEUED
-
REJECTED
-
SCHEDULED
-
SENT
-
SUBMITTED
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
To string.
-