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