Uses of Class
com.adyen.model.configurationwebhooks.AccountPayoutAutoApplicationNotificationRequest.TypeEnum
-
Packages that use AccountPayoutAutoApplicationNotificationRequest.TypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of AccountPayoutAutoApplicationNotificationRequest.TypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return AccountPayoutAutoApplicationNotificationRequest.TypeEnum Modifier and Type Method Description static AccountPayoutAutoApplicationNotificationRequest.TypeEnumAccountPayoutAutoApplicationNotificationRequest.TypeEnum. fromValue(String value)AccountPayoutAutoApplicationNotificationRequest.TypeEnumAccountPayoutAutoApplicationNotificationRequest. getType()Type of webhook.static AccountPayoutAutoApplicationNotificationRequest.TypeEnumAccountPayoutAutoApplicationNotificationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountPayoutAutoApplicationNotificationRequest.TypeEnum[]AccountPayoutAutoApplicationNotificationRequest.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type AccountPayoutAutoApplicationNotificationRequest.TypeEnum Modifier and Type Method Description voidAccountPayoutAutoApplicationNotificationRequest. setType(AccountPayoutAutoApplicationNotificationRequest.TypeEnum type)Type of webhook.AccountPayoutAutoApplicationNotificationRequestAccountPayoutAutoApplicationNotificationRequest. type(AccountPayoutAutoApplicationNotificationRequest.TypeEnum type)Type of webhook.
-