Uses of Class
com.adyen.model.marketpay.FieldType.FieldNameEnum
-
Packages that use FieldType.FieldNameEnum Package Description com.adyen.model.marketpay -
-
Uses of FieldType.FieldNameEnum in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return FieldType.FieldNameEnum Modifier and Type Method Description FieldType.FieldNameEnumFieldType. getFieldName()type of the field, that did not pass the validationstatic FieldType.FieldNameEnumFieldType.FieldNameEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldType.FieldNameEnum[]FieldType.FieldNameEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpay with parameters of type FieldType.FieldNameEnum Modifier and Type Method Description FieldTypeFieldType. fieldName(FieldType.FieldNameEnum fieldName)voidFieldType. setFieldName(FieldType.FieldNameEnum fieldName)
-