Uses of Class
com.twilio.rest.conversations.v1.Conversation.WebhookEnabledType
-
Packages that use Conversation.WebhookEnabledType Package Description com.twilio.rest.conversations.v1 -
-
Uses of Conversation.WebhookEnabledType in com.twilio.rest.conversations.v1
Methods in com.twilio.rest.conversations.v1 that return Conversation.WebhookEnabledType Modifier and Type Method Description static Conversation.WebhookEnabledTypeConversation.WebhookEnabledType. forValue(String value)static Conversation.WebhookEnabledTypeConversation.WebhookEnabledType. valueOf(String name)Returns the enum constant of this type with the specified name.static Conversation.WebhookEnabledType[]Conversation.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 Conversation.WebhookEnabledType Modifier and Type Method Description ConversationCreatorConversationCreator. setXTwilioWebhookEnabled(Conversation.WebhookEnabledType xTwilioWebhookEnabled)ConversationDeleterConversationDeleter. setXTwilioWebhookEnabled(Conversation.WebhookEnabledType xTwilioWebhookEnabled)ConversationUpdaterConversationUpdater. setXTwilioWebhookEnabled(Conversation.WebhookEnabledType xTwilioWebhookEnabled)
-