Uses of Class
com.adyen.model.disputewebhooks.DisputeNotificationRequest.TypeEnum
-
Packages that use DisputeNotificationRequest.TypeEnum Package Description com.adyen.model.disputewebhooks -
-
Uses of DisputeNotificationRequest.TypeEnum in com.adyen.model.disputewebhooks
Methods in com.adyen.model.disputewebhooks that return DisputeNotificationRequest.TypeEnum Modifier and Type Method Description static DisputeNotificationRequest.TypeEnumDisputeNotificationRequest.TypeEnum. fromValue(String value)DisputeNotificationRequest.TypeEnumDisputeNotificationRequest. getType()Type of webhook.static DisputeNotificationRequest.TypeEnumDisputeNotificationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DisputeNotificationRequest.TypeEnum[]DisputeNotificationRequest.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.disputewebhooks with parameters of type DisputeNotificationRequest.TypeEnum Modifier and Type Method Description voidDisputeNotificationRequest. setType(DisputeNotificationRequest.TypeEnum type)Type of webhook.DisputeNotificationRequestDisputeNotificationRequest. type(DisputeNotificationRequest.TypeEnum type)Type of webhook.
-