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