public static enum BadRequestErrorErrors.TypeEnum extends Enum<BadRequestErrorErrors.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
BadRequestErrorErrors.TypeEnum.Adapter |
| Enum Constant and Description |
|---|
ERROR |
STATUS |
VALIDATION |
| Modifier and Type | Method and Description |
|---|---|
static BadRequestErrorErrors.TypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static BadRequestErrorErrors.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BadRequestErrorErrors.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BadRequestErrorErrors.TypeEnum STATUS
public static final BadRequestErrorErrors.TypeEnum VALIDATION
public static final BadRequestErrorErrors.TypeEnum ERROR
public static BadRequestErrorErrors.TypeEnum[] values()
for (BadRequestErrorErrors.TypeEnum c : BadRequestErrorErrors.TypeEnum.values()) System.out.println(c);
public static BadRequestErrorErrors.TypeEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<BadRequestErrorErrors.TypeEnum>public static BadRequestErrorErrors.TypeEnum fromValue(String value)
Copyright © 2020. All rights reserved.