Uses of Class
com.adyen.model.configurationwebhooks.NetworkTokenNotificationRequest.TypeEnum
-
Packages that use NetworkTokenNotificationRequest.TypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of NetworkTokenNotificationRequest.TypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return NetworkTokenNotificationRequest.TypeEnum Modifier and Type Method Description static NetworkTokenNotificationRequest.TypeEnumNetworkTokenNotificationRequest.TypeEnum. fromValue(String value)NetworkTokenNotificationRequest.TypeEnumNetworkTokenNotificationRequest. getType()The type of webhook.static NetworkTokenNotificationRequest.TypeEnumNetworkTokenNotificationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkTokenNotificationRequest.TypeEnum[]NetworkTokenNotificationRequest.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 NetworkTokenNotificationRequest.TypeEnum Modifier and Type Method Description voidNetworkTokenNotificationRequest. setType(NetworkTokenNotificationRequest.TypeEnum type)The type of webhook.NetworkTokenNotificationRequestNetworkTokenNotificationRequest. type(NetworkTokenNotificationRequest.TypeEnum type)The type of webhook.
-