Uses of Class
com.twilio.rest.flexapi.v1.interaction.InteractionChannel.Status
-
Packages that use InteractionChannel.Status Package Description com.twilio.rest.flexapi.v1.interaction -
-
Uses of InteractionChannel.Status in com.twilio.rest.flexapi.v1.interaction
Methods in com.twilio.rest.flexapi.v1.interaction that return InteractionChannel.Status Modifier and Type Method Description static InteractionChannel.StatusInteractionChannel.Status. forValue(String value)static InteractionChannel.StatusInteractionChannel.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static InteractionChannel.Status[]InteractionChannel.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.flexapi.v1.interaction with parameters of type InteractionChannel.Status Modifier and Type Method Description InteractionChannelUpdaterInteractionChannelUpdater. setStatus(InteractionChannel.Status status)static InteractionChannelUpdaterInteractionChannel. updater(String pathInteractionSid, String pathSid, InteractionChannel.Status status)Constructors in com.twilio.rest.flexapi.v1.interaction with parameters of type InteractionChannel.Status Constructor Description InteractionChannelUpdater(String pathInteractionSid, String pathSid, InteractionChannel.Status status)
-