Uses of Class
com.twilio.rest.ipmessaging.v2.service.User.WebhookEnabledType
-
Packages that use User.WebhookEnabledType Package Description com.twilio.rest.ipmessaging.v2.service -
-
Uses of User.WebhookEnabledType in com.twilio.rest.ipmessaging.v2.service
Methods in com.twilio.rest.ipmessaging.v2.service 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.ipmessaging.v2.service with parameters of type User.WebhookEnabledType Modifier and Type Method Description UserCreatorUserCreator. setXTwilioWebhookEnabled(User.WebhookEnabledType xTwilioWebhookEnabled)UserUpdaterUserUpdater. setXTwilioWebhookEnabled(User.WebhookEnabledType xTwilioWebhookEnabled)
-