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