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