Uses of Class
com.adyen.model.marketpay.notification.FieldType.FieldNameEnum
-
Packages that use FieldType.FieldNameEnum Package Description com.adyen.model.marketpay.notification -
-
Uses of FieldType.FieldNameEnum in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return FieldType.FieldNameEnum Modifier and Type Method Description static FieldType.FieldNameEnumFieldType.FieldNameEnum. fromValue(String text)FieldType.FieldNameEnumFieldType. getFieldName()The type of the field.FieldType.FieldNameEnumFieldType.FieldNameEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.marketpay.notification with parameters of type FieldType.FieldNameEnum Modifier and Type Method Description FieldTypeFieldType. fieldName(FieldType.FieldNameEnum fieldName)voidFieldType. setFieldName(FieldType.FieldNameEnum fieldName)voidFieldType.FieldNameEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FieldType.FieldNameEnum enumeration)
-