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