Uses of Class
com.twilio.rest.conversations.v1.configuration.Webhook.Target
-
Packages that use Webhook.Target Package Description com.twilio.rest.conversations.v1.configuration -
-
Uses of Webhook.Target in com.twilio.rest.conversations.v1.configuration
Methods in com.twilio.rest.conversations.v1.configuration that return Webhook.Target Modifier and Type Method Description static Webhook.TargetWebhook.Target. forValue(String value)Webhook.TargetWebhook. getTarget()static Webhook.TargetWebhook.Target. valueOf(String name)Returns the enum constant of this type with the specified name.static Webhook.Target[]Webhook.Target. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.conversations.v1.configuration with parameters of type Webhook.Target Modifier and Type Method Description WebhookUpdaterWebhookUpdater. setTarget(Webhook.Target target)
-