Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletWebhookNotification.Type
-
Packages that use HyperwalletWebhookNotification.Type Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletWebhookNotification.Type in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletWebhookNotification.Type Modifier and Type Method Description static HyperwalletWebhookNotification.TypeHyperwalletWebhookNotification.Type. getType(String type)static HyperwalletWebhookNotification.TypeHyperwalletWebhookNotification.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletWebhookNotification.Type[]HyperwalletWebhookNotification.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-