Uses of Class
com.twilio.rest.conversations.v1.service.configuration.Webhook.Method
-
Packages that use Webhook.Method Package Description com.twilio.rest.conversations.v1.service.configuration -
-
Uses of Webhook.Method in com.twilio.rest.conversations.v1.service.configuration
Methods in com.twilio.rest.conversations.v1.service.configuration that return Webhook.Method Modifier and Type Method Description static Webhook.MethodWebhook.Method. forValue(String value)Webhook.MethodWebhook. getMethod()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.
-