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