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