public enum CreditBankIncomeCategory extends Enum<CreditBankIncomeCategory>
Modifier and Type | Class and Description |
---|---|
static class |
CreditBankIncomeCategory.Adapter |
Enum Constant and Description |
---|
BANK_INTEREST |
BENEFIT_OTHER |
CASH |
CASH_DEPOSIT |
CHILD_SUPPORT |
ENUM_UNKNOWN |
GIG_ECONOMY |
LONG_TERM_DISABILITY |
MILITARY |
OTHER |
RENTAL |
RETIREMENT |
SALARY |
TAX_REFUND |
TRANSFER_FROM_APPLICATION |
UNEMPLOYMENT |
Modifier and Type | Method and Description |
---|---|
static CreditBankIncomeCategory |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CreditBankIncomeCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreditBankIncomeCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreditBankIncomeCategory SALARY
public static final CreditBankIncomeCategory UNEMPLOYMENT
public static final CreditBankIncomeCategory CASH
public static final CreditBankIncomeCategory GIG_ECONOMY
public static final CreditBankIncomeCategory RENTAL
public static final CreditBankIncomeCategory CHILD_SUPPORT
public static final CreditBankIncomeCategory MILITARY
public static final CreditBankIncomeCategory RETIREMENT
public static final CreditBankIncomeCategory LONG_TERM_DISABILITY
public static final CreditBankIncomeCategory BANK_INTEREST
public static final CreditBankIncomeCategory CASH_DEPOSIT
public static final CreditBankIncomeCategory TRANSFER_FROM_APPLICATION
public static final CreditBankIncomeCategory TAX_REFUND
public static final CreditBankIncomeCategory BENEFIT_OTHER
public static final CreditBankIncomeCategory OTHER
public static final CreditBankIncomeCategory ENUM_UNKNOWN
public static CreditBankIncomeCategory[] values()
for (CreditBankIncomeCategory c : CreditBankIncomeCategory.values()) System.out.println(c);
public static CreditBankIncomeCategory 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<CreditBankIncomeCategory>
public static CreditBankIncomeCategory fromValue(String value)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.