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