Enum Xs2aRequestBodyDateFields
- java.lang.Object
-
- java.lang.Enum<Xs2aRequestBodyDateFields>
-
- de.adorsys.psd2.xs2a.web.validator.constants.Xs2aRequestBodyDateFields
-
- All Implemented Interfaces:
Serializable,Comparable<Xs2aRequestBodyDateFields>
public enum Xs2aRequestBodyDateFields extends Enum<Xs2aRequestBodyDateFields>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AIS_CONSENT_DATE_FIELDSPAYMENT_DATE_FIELDS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Xs2aRequestBodyDateField>getDateFields()static Xs2aRequestBodyDateFieldsvalueOf(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.
-
-
-
Enum Constant Detail
-
PAYMENT_DATE_FIELDS
public static final Xs2aRequestBodyDateFields PAYMENT_DATE_FIELDS
-
AIS_CONSENT_DATE_FIELDS
public static final Xs2aRequestBodyDateFields AIS_CONSENT_DATE_FIELDS
-
-
Method Detail
-
values
public static Xs2aRequestBodyDateFields[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Xs2aRequestBodyDateFields c : Xs2aRequestBodyDateFields.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Xs2aRequestBodyDateFields valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getDateFields
public Set<Xs2aRequestBodyDateField> getDateFields()
-
-