Version
IntermediateNotificationRequested
public enum IntermediateNotificationRequested
Extends Enum<IntermediateNotificationRequested>
This enumeration defines whether intermediate delivery notifications are requested for a submitted message. These notifications provide progress updates before the final delivery outcome.
Enum Constants:
| Constant | Description |
| NOT_REQUESTED | No intermediate delivery notifications are requested. |
| REQUESTED | Intermediate delivery notifications are requested from the SMSC. |
Method:
| public static IntermediateNotificationRequested[] values() | Returns all constants in this enum, in the order they were declared. |
| public static IntermediateNotificationRequested valueOf(String name) | Returns the constant with the specified name. |
| public static IntermediateNotificationRequested fromInt(int i) | Converts an integer value into the corresponding enum constant. |
| public int getValue() | Returns the integer value representing the enum 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 | |
Sign in to read the full article
Start innovating with Mobius
What's next? Let's talk!
