public enum AccountResponseType extends Enum<AccountResponseType>
| Modifier and Type | Method and Description |
|---|---|
static AccountResponseType |
fromValue(String value) |
String |
getValue() |
static AccountResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountResponseType JSON
public static final AccountResponseType XML
public static final AccountResponseType TEXT
public static AccountResponseType[] values()
for (AccountResponseType c : AccountResponseType.values()) System.out.println(c);
public static AccountResponseType 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 static AccountResponseType fromValue(String value)
Copyright © 2019. All rights reserved.