public enum Products extends Enum<Products>
Modifier and Type | Class and Description |
---|---|
static class |
Products.Adapter |
Enum Constant and Description |
---|
ASSETS |
AUTH |
BALANCE |
CREDIT_DETAILS |
DEPOSIT_SWITCH |
EMPLOYMENT |
ENUM_UNKNOWN |
IDENTITY |
IDENTITY_VERIFICATION |
INCOME |
INCOME_VERIFICATION |
INVESTMENTS |
INVESTMENTS_AUTH |
LIABILITIES |
PAYMENT_INITIATION |
RECURRING_TRANSACTIONS |
SIGNAL |
STANDING_ORDERS |
STATEMENTS |
TRANSACTIONS |
TRANSFER |
Modifier and Type | Method and Description |
---|---|
static Products |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static Products |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Products[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Products ASSETS
public static final Products AUTH
public static final Products BALANCE
public static final Products IDENTITY
public static final Products INVESTMENTS
public static final Products INVESTMENTS_AUTH
public static final Products LIABILITIES
public static final Products PAYMENT_INITIATION
public static final Products IDENTITY_VERIFICATION
public static final Products TRANSACTIONS
public static final Products CREDIT_DETAILS
public static final Products INCOME
public static final Products INCOME_VERIFICATION
public static final Products DEPOSIT_SWITCH
public static final Products STANDING_ORDERS
public static final Products TRANSFER
public static final Products EMPLOYMENT
public static final Products RECURRING_TRANSACTIONS
public static final Products SIGNAL
public static final Products STATEMENTS
public static final Products ENUM_UNKNOWN
public static Products[] values()
for (Products c : Products.values()) System.out.println(c);
public static Products 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()
Copyright © 2017–2023 Plaid Inc.. All rights reserved.