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