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