Uses of Class
com.adyen.model.marketpayconfiguration.FieldType.FieldNameEnum
-
Packages that use FieldType.FieldNameEnum Package Description com.adyen.model.marketpayconfiguration -
-
Uses of FieldType.FieldNameEnum in com.adyen.model.marketpayconfiguration
Methods in com.adyen.model.marketpayconfiguration 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.marketpayconfiguration with parameters of type FieldType.FieldNameEnum Modifier and Type Method Description FieldTypeFieldType. fieldName(FieldType.FieldNameEnum fieldName)voidFieldType. setFieldName(FieldType.FieldNameEnum fieldName)
-