Uses of Class
com.twilio.rest.conversations.v1.service.conversation.Webhook.Method
-
Packages that use Webhook.Method Package Description com.twilio.rest.conversations.v1.service.conversation -
-
Uses of Webhook.Method in com.twilio.rest.conversations.v1.service.conversation
Methods in com.twilio.rest.conversations.v1.service.conversation that return Webhook.Method Modifier and Type Method Description static Webhook.MethodWebhook.Method. forValue(String value)static Webhook.MethodWebhook.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static Webhook.Method[]Webhook.Method. 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.Method Modifier and Type Method Description WebhookCreatorWebhookCreator. setConfigurationMethod(Webhook.Method configurationMethod)WebhookUpdaterWebhookUpdater. setConfigurationMethod(Webhook.Method configurationMethod)
-