Uses of Class
com.adyen.model.management.Webhook.NetworkTypeEnum
-
Packages that use Webhook.NetworkTypeEnum Package Description com.adyen.model.management -
-
Uses of Webhook.NetworkTypeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return Webhook.NetworkTypeEnum Modifier and Type Method Description static Webhook.NetworkTypeEnumWebhook.NetworkTypeEnum. fromValue(String value)Webhook.NetworkTypeEnumWebhook. getNetworkType()Network type for Terminal API details webhooks.static Webhook.NetworkTypeEnumWebhook.NetworkTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Webhook.NetworkTypeEnum[]Webhook.NetworkTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type Webhook.NetworkTypeEnum Modifier and Type Method Description WebhookWebhook. networkType(Webhook.NetworkTypeEnum networkType)Network type for Terminal API details webhooks.voidWebhook. setNetworkType(Webhook.NetworkTypeEnum networkType)Network type for Terminal API details webhooks.
-