Uses of Class
com.adyen.model.managementwebhooks.MerchantUpdatedNotificationRequest.TypeEnum
-
Packages that use MerchantUpdatedNotificationRequest.TypeEnum Package Description com.adyen.model.managementwebhooks -
-
Uses of MerchantUpdatedNotificationRequest.TypeEnum in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return MerchantUpdatedNotificationRequest.TypeEnum Modifier and Type Method Description static MerchantUpdatedNotificationRequest.TypeEnumMerchantUpdatedNotificationRequest.TypeEnum. fromValue(String value)MerchantUpdatedNotificationRequest.TypeEnumMerchantUpdatedNotificationRequest. getType()Type of notification.static MerchantUpdatedNotificationRequest.TypeEnumMerchantUpdatedNotificationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MerchantUpdatedNotificationRequest.TypeEnum[]MerchantUpdatedNotificationRequest.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 MerchantUpdatedNotificationRequest.TypeEnum Modifier and Type Method Description voidMerchantUpdatedNotificationRequest. setType(MerchantUpdatedNotificationRequest.TypeEnum type)Type of notification.MerchantUpdatedNotificationRequestMerchantUpdatedNotificationRequest. type(MerchantUpdatedNotificationRequest.TypeEnum type)
-