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