public enum AccountConfigurationFulfillmentStatus extends java.lang.Enum<AccountConfigurationFulfillmentStatus>
Modifier and Type | Method and Description |
---|---|
static AccountConfigurationFulfillmentStatus |
get(java.lang.Long code) |
static AccountConfigurationFulfillmentStatus |
get(java.lang.String name) |
java.lang.Long |
getCode() |
static java.util.ArrayList<AccountConfigurationFulfillmentStatus> |
getListValues() |
java.lang.String |
getLocalizationCode() |
static AccountConfigurationFulfillmentStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountConfigurationFulfillmentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountConfigurationFulfillmentStatus NOOP
public static final AccountConfigurationFulfillmentStatus PENDING
public static final AccountConfigurationFulfillmentStatus REQUEST_PERMISSION_ASSIGN_ON_TARGET
public static final AccountConfigurationFulfillmentStatus VERIFIED
public static final AccountConfigurationFulfillmentStatus PERMISSION_ASSIGN_ON_TARGET_FAILED
public static final AccountConfigurationFulfillmentStatus REQUEST_PERMISSION_ASSIGN_FROM_TARGET
public static final AccountConfigurationFulfillmentStatus REQUEST_PERMISSION_REMOVAL_ON_TARGET
public static final AccountConfigurationFulfillmentStatus PERMISSION_REMOVED_ON_TARGET
public static final AccountConfigurationFulfillmentStatus REQUEST_PERMISSION_REMOVAL_ON_TARGET_FAILED
public static final AccountConfigurationFulfillmentStatus REQUEST_PERMISSION_REMOVAL_FROM_TARGET
public static final AccountConfigurationFulfillmentStatus UNKNOW
public static AccountConfigurationFulfillmentStatus[] values()
for (AccountConfigurationFulfillmentStatus c : AccountConfigurationFulfillmentStatus.values()) System.out.println(c);
public static AccountConfigurationFulfillmentStatus 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.Long getCode()
public java.lang.String getLocalizationCode()
public static AccountConfigurationFulfillmentStatus get(java.lang.Long code)
public static AccountConfigurationFulfillmentStatus get(java.lang.String name)
public static java.util.ArrayList<AccountConfigurationFulfillmentStatus> getListValues()