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