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