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