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