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