Version
ReceiptRequested
public enum ReceiptRequested
Extends Enum<ReceiptRequested>
Specifies the type of delivery receipt a message sender requests when submitting a message via SMPP. This setting affects how the SMSC responds to message delivery status.
Enum Constants:
Constant | Description |
NOT_REQUESTED | No delivery receipt is requested. |
REQUESTED | A delivery receipt is requested regardless of the final message outcome. |
ON_FAILURE | A delivery receipt is requested only if the message fails to be delivered. |
ON_SUCCESS | A delivery receipt is requested only if the message is successfully delivered. |
Methods:
public static ReceiptRequested[] values() | Returns an array of all ReceiptRequested constants in declaration order. |
public static ReceiptRequested valueOf(String name) | Returns the enum constant with the given name. |
public static ReceiptRequested fromInt(int i) | Maps an integer to a ReceiptRequested enum value. |
public int getValue() | Returns the integer value associated with the constant. |
Methods inherited from class java.lang.Enum |
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | |
Methods inherited from class java.lang.Object |
|
getClass, notify, notifyAll, wait, wait, wait |
Start innovating with Mobius
What's next? Let's talk!