Uses of Class
com.twilio.rest.ipmessaging.v2.service.channel.Webhook.Type
-
Packages that use Webhook.Type Package Description com.twilio.rest.ipmessaging.v2.service.channel -
-
Uses of Webhook.Type in com.twilio.rest.ipmessaging.v2.service.channel
Methods in com.twilio.rest.ipmessaging.v2.service.channel that return Webhook.Type Modifier and Type Method Description static Webhook.TypeWebhook.Type. forValue(String value)static Webhook.TypeWebhook.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Webhook.Type[]Webhook.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.ipmessaging.v2.service.channel with parameters of type Webhook.Type Modifier and Type Method Description static WebhookCreatorWebhook. creator(String pathServiceSid, String pathChannelSid, Webhook.Type type)WebhookCreatorWebhookCreator. setType(Webhook.Type type)Constructors in com.twilio.rest.ipmessaging.v2.service.channel with parameters of type Webhook.Type Constructor Description WebhookCreator(String pathServiceSid, String pathChannelSid, Webhook.Type type)
-