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