Uses of Class
com.twilio.rest.chat.v2.service.channel.Webhook.Method
-
Packages that use Webhook.Method Package Description com.twilio.rest.chat.v2.service.channel -
-
Uses of Webhook.Method in com.twilio.rest.chat.v2.service.channel
Methods in com.twilio.rest.chat.v2.service.channel 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.chat.v2.service.channel with parameters of type Webhook.Method Modifier and Type Method Description WebhookCreatorWebhookCreator. setConfigurationMethod(Webhook.Method configurationMethod)WebhookUpdaterWebhookUpdater. setConfigurationMethod(Webhook.Method configurationMethod)
-