public enum UpdateAllSkillCardsOnFileRequestBodyStatusField extends Enum<UpdateAllSkillCardsOnFileRequestBodyStatusField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateAllSkillCardsOnFileRequestBodyStatusField.UpdateAllSkillCardsOnFileRequestBodyStatusFieldDeserializer |
static class |
UpdateAllSkillCardsOnFileRequestBodyStatusField.UpdateAllSkillCardsOnFileRequestBodyStatusFieldSerializer |
| Enum Constant and Description |
|---|
INVOKED |
PERMANENT_FAILURE |
PROCESSING |
SUCCESS |
TRANSIENT_FAILURE |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static UpdateAllSkillCardsOnFileRequestBodyStatusField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateAllSkillCardsOnFileRequestBodyStatusField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateAllSkillCardsOnFileRequestBodyStatusField INVOKED
public static final UpdateAllSkillCardsOnFileRequestBodyStatusField PROCESSING
public static final UpdateAllSkillCardsOnFileRequestBodyStatusField SUCCESS
public static final UpdateAllSkillCardsOnFileRequestBodyStatusField TRANSIENT_FAILURE
public static final UpdateAllSkillCardsOnFileRequestBodyStatusField PERMANENT_FAILURE
public static UpdateAllSkillCardsOnFileRequestBodyStatusField[] values()
for (UpdateAllSkillCardsOnFileRequestBodyStatusField c : UpdateAllSkillCardsOnFileRequestBodyStatusField.values()) System.out.println(c);
public static UpdateAllSkillCardsOnFileRequestBodyStatusField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null