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