Uses of Class
com.adyen.model.transferwebhooks.TransferNotificationRequest.TypeEnum
-
Packages that use TransferNotificationRequest.TypeEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferNotificationRequest.TypeEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return TransferNotificationRequest.TypeEnum Modifier and Type Method Description static TransferNotificationRequest.TypeEnumTransferNotificationRequest.TypeEnum. fromValue(String value)TransferNotificationRequest.TypeEnumTransferNotificationRequest. getType()The type of webhook.static TransferNotificationRequest.TypeEnumTransferNotificationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferNotificationRequest.TypeEnum[]TransferNotificationRequest.TypeEnum. 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 TransferNotificationRequest.TypeEnum Modifier and Type Method Description voidTransferNotificationRequest. setType(TransferNotificationRequest.TypeEnum type)The type of webhook.TransferNotificationRequestTransferNotificationRequest. type(TransferNotificationRequest.TypeEnum type)The type of webhook.
-