Uses of Class
com.twilio.rest.verify.v2.service.Webhook.Version
-
Packages that use Webhook.Version Package Description com.twilio.rest.verify.v2.service -
-
Uses of Webhook.Version in com.twilio.rest.verify.v2.service
Methods in com.twilio.rest.verify.v2.service that return Webhook.Version Modifier and Type Method Description static Webhook.VersionWebhook.Version. forValue(String value)Webhook.VersionWebhook. getVersion()static Webhook.VersionWebhook.Version. valueOf(String name)Returns the enum constant of this type with the specified name.static Webhook.Version[]Webhook.Version. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.verify.v2.service with parameters of type Webhook.Version Modifier and Type Method Description WebhookCreatorWebhookCreator. setVersion(Webhook.Version version)WebhookUpdaterWebhookUpdater. setVersion(Webhook.Version version)
-