Uses of Class
com.adyen.model.transferwebhooks.TransferNotificationData.CategoryEnum
-
Packages that use TransferNotificationData.CategoryEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferNotificationData.CategoryEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return TransferNotificationData.CategoryEnum Modifier and Type Method Description static TransferNotificationData.CategoryEnumTransferNotificationData.CategoryEnum. fromValue(String value)TransferNotificationData.CategoryEnumTransferNotificationData. getCategory()The type of transfer.TransferNotificationData.CategoryEnumTransferNotificationData.CategoryEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static TransferNotificationData.CategoryEnumTransferNotificationData.CategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferNotificationData.CategoryEnum[]TransferNotificationData.CategoryEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transferwebhooks with parameters of type TransferNotificationData.CategoryEnum Modifier and Type Method Description TransferNotificationDataTransferNotificationData. category(TransferNotificationData.CategoryEnum category)voidTransferNotificationData. setCategory(TransferNotificationData.CategoryEnum category)voidTransferNotificationData.CategoryEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, TransferNotificationData.CategoryEnum enumeration)
-