Uses of Class
com.adyen.model.management.Webhook.CommunicationFormatEnum
-
Packages that use Webhook.CommunicationFormatEnum Package Description com.adyen.model.management -
-
Uses of Webhook.CommunicationFormatEnum in com.adyen.model.management
Methods in com.adyen.model.management that return Webhook.CommunicationFormatEnum Modifier and Type Method Description static Webhook.CommunicationFormatEnumWebhook.CommunicationFormatEnum. fromValue(String value)Webhook.CommunicationFormatEnumWebhook. getCommunicationFormat()Format or protocol for receiving webhooks.static Webhook.CommunicationFormatEnumWebhook.CommunicationFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Webhook.CommunicationFormatEnum[]Webhook.CommunicationFormatEnum. 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.CommunicationFormatEnum Modifier and Type Method Description WebhookWebhook. communicationFormat(Webhook.CommunicationFormatEnum communicationFormat)voidWebhook. setCommunicationFormat(Webhook.CommunicationFormatEnum communicationFormat)Format or protocol for receiving webhooks.
-