public enum Xs2aRequestBodyDateFields extends Enum<Xs2aRequestBodyDateFields>
| Enum Constant and Description |
|---|
AIS_CONSENT_DATE_FIELDS |
PAYMENT_DATE_FIELDS |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Xs2aRequestBodyDateField> |
getDateFields() |
static Xs2aRequestBodyDateFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Xs2aRequestBodyDateFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Xs2aRequestBodyDateFields PAYMENT_DATE_FIELDS
public static final Xs2aRequestBodyDateFields AIS_CONSENT_DATE_FIELDS
public static Xs2aRequestBodyDateFields[] values()
for (Xs2aRequestBodyDateFields c : Xs2aRequestBodyDateFields.values()) System.out.println(c);
public static Xs2aRequestBodyDateFields 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 EnumSet<Xs2aRequestBodyDateField> getDateFields()
Copyright © 2019. All rights reserved.