public enum AccessTokenCommunicationState extends java.lang.Enum<AccessTokenCommunicationState> implements ICRMLookupEnum
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static AccessTokenCommunicationState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccessTokenCommunicationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessTokenCommunicationState ON_ASSIGN_TO_ACCOUNTS_RECEIVABLE
public static final AccessTokenCommunicationState ON_ASSIGN_TO_REWARDS_PARTICIPANT
public static final AccessTokenCommunicationState ON_AUTO_GENERATE_PASS_CODE_FOR_ACCOUNTS_RECEIVABLE_TOKEN
public static final AccessTokenCommunicationState ON_AUTO_GENERATE_PASS_CODE_FOR_REWARDS_PARTICIPANT_TOKEN
public static final AccessTokenCommunicationState ON_RESET_PASS_CODE
public static final AccessTokenCommunicationState ON_RESET_VERIFICATION_CODE
public static final AccessTokenCommunicationState ON_REQUIRES_VERIFICATION
public static final AccessTokenCommunicationState ON_VERIFY_ACCESS_TOKEN
public static AccessTokenCommunicationState[] values()
for (AccessTokenCommunicationState c : AccessTokenCommunicationState.values()) System.out.println(c);
public static AccessTokenCommunicationState 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum