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