Uses of Class
com.twilio.rest.conversations.v1.conversation.Webhook.Target
-
Packages that use Webhook.Target Package Description com.twilio.rest.conversations.v1.conversation -
-
Uses of Webhook.Target in com.twilio.rest.conversations.v1.conversation
Methods in com.twilio.rest.conversations.v1.conversation that return Webhook.Target Modifier and Type Method Description static Webhook.TargetWebhook.Target. forValue(String value)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.conversation with parameters of type Webhook.Target Modifier and Type Method Description static WebhookCreatorWebhook. creator(String pathConversationSid, Webhook.Target target)WebhookCreatorWebhookCreator. setTarget(Webhook.Target target)Constructors in com.twilio.rest.conversations.v1.conversation with parameters of type Webhook.Target Constructor Description WebhookCreator(String pathConversationSid, Webhook.Target target)
-