|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IndividualStatus.Status>
com.nitido.nim.IndividualStatus.Status
public static enum IndividualStatus.Status
Enum of the possible state of the status.
Enum Constant Summary | |
---|---|
DELIVERY_COMPLETED
The delivery channel has confirmed that the notification has been successfully delivered. |
|
DELIVERY_INITIATED
The notification has been sent out. |
|
DELIVERY_PENDING
The notification is waiting to be sent out |
|
FAILED
The notification failed to be delivered. |
Method Summary | |
---|---|
static IndividualStatus.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IndividualStatus.Status[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IndividualStatus.Status FAILED
public static final IndividualStatus.Status DELIVERY_PENDING
public static final IndividualStatus.Status DELIVERY_INITIATED
public static final IndividualStatus.Status DELIVERY_COMPLETED
Method Detail |
---|
public static IndividualStatus.Status[] values()
for (IndividualStatus.Status c : IndividualStatus.Status.values()) System.out.println(c);
public static IndividualStatus.Status valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
Nitido NiM 2.5 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.