Uses of Class
com.twilio.rest.chat.v2.service.Channel.WebhookEnabledType
-
Packages that use Channel.WebhookEnabledType Package Description com.twilio.rest.chat.v2.service -
-
Uses of Channel.WebhookEnabledType in com.twilio.rest.chat.v2.service
Methods in com.twilio.rest.chat.v2.service that return Channel.WebhookEnabledType Modifier and Type Method Description static Channel.WebhookEnabledTypeChannel.WebhookEnabledType. forValue(String value)static Channel.WebhookEnabledTypeChannel.WebhookEnabledType. valueOf(String name)Returns the enum constant of this type with the specified name.static Channel.WebhookEnabledType[]Channel.WebhookEnabledType. 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 with parameters of type Channel.WebhookEnabledType Modifier and Type Method Description ChannelCreatorChannelCreator. setXTwilioWebhookEnabled(Channel.WebhookEnabledType xTwilioWebhookEnabled)ChannelDeleterChannelDeleter. setXTwilioWebhookEnabled(Channel.WebhookEnabledType xTwilioWebhookEnabled)ChannelUpdaterChannelUpdater. setXTwilioWebhookEnabled(Channel.WebhookEnabledType xTwilioWebhookEnabled)
-