public enum UpdateTaskByIdRequestBodyActionField extends Enum<UpdateTaskByIdRequestBodyActionField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateTaskByIdRequestBodyActionField.UpdateTaskByIdRequestBodyActionFieldDeserializer |
static class |
UpdateTaskByIdRequestBodyActionField.UpdateTaskByIdRequestBodyActionFieldSerializer |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static UpdateTaskByIdRequestBodyActionField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateTaskByIdRequestBodyActionField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateTaskByIdRequestBodyActionField REVIEW
public static final UpdateTaskByIdRequestBodyActionField COMPLETE
public static UpdateTaskByIdRequestBodyActionField[] values()
for (UpdateTaskByIdRequestBodyActionField c : UpdateTaskByIdRequestBodyActionField.values()) System.out.println(c);
public static UpdateTaskByIdRequestBodyActionField 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