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