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