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