Uses of Class
com.twilio.rest.conversations.v1.User.WebhookEnabledType
-
Packages that use User.WebhookEnabledType Package Description com.twilio.rest.conversations.v1 -
-
Uses of User.WebhookEnabledType in com.twilio.rest.conversations.v1
Methods in com.twilio.rest.conversations.v1 that return User.WebhookEnabledType Modifier and Type Method Description static User.WebhookEnabledTypeUser.WebhookEnabledType. forValue(String value)static User.WebhookEnabledTypeUser.WebhookEnabledType. valueOf(String name)Returns the enum constant of this type with the specified name.static User.WebhookEnabledType[]User.WebhookEnabledType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.conversations.v1 with parameters of type User.WebhookEnabledType Modifier and Type Method Description UserCreatorUserCreator. setXTwilioWebhookEnabled(User.WebhookEnabledType xTwilioWebhookEnabled)UserDeleterUserDeleter. setXTwilioWebhookEnabled(User.WebhookEnabledType xTwilioWebhookEnabled)UserUpdaterUserUpdater. setXTwilioWebhookEnabled(User.WebhookEnabledType xTwilioWebhookEnabled)
-