public static enum PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum extends Enum<PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum.Adapter |
| Enum Constant and Description |
|---|
INVALID_DATA |
MISSING_FIELD |
| Modifier and Type | Method and Description |
|---|---|
static PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum MISSING_FIELD
public static final PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum INVALID_DATA
public static PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum[] values()
for (PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum c : PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum.values()) System.out.println(c);
public static PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum 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<PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum>public static PtsV2PaymentsPost201ResponseErrorInformationDetails.ReasonEnum fromValue(String text)
Copyright © 2018. All rights reserved.