Uses of Class
com.adyen.model.marketpayaccount.FieldType.FieldNameEnum
-
Packages that use FieldType.FieldNameEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of FieldType.FieldNameEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return FieldType.FieldNameEnum Modifier and Type Method Description static FieldType.FieldNameEnumFieldType.FieldNameEnum. fromValue(String value)FieldType.FieldNameEnumFieldType. getFieldName()The type of the field.static 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.marketpayaccount with parameters of type FieldType.FieldNameEnum Modifier and Type Method Description FieldTypeFieldType. fieldName(FieldType.FieldNameEnum fieldName)voidFieldType. setFieldName(FieldType.FieldNameEnum fieldName)
-