Uses of Class
com.twilio.rest.taskrouter.v1.workspace.worker.Reservation.ConferenceEvent
-
Packages that use Reservation.ConferenceEvent Package Description com.twilio.rest.taskrouter.v1.workspace.worker -
-
Uses of Reservation.ConferenceEvent in com.twilio.rest.taskrouter.v1.workspace.worker
Methods in com.twilio.rest.taskrouter.v1.workspace.worker that return Reservation.ConferenceEvent Modifier and Type Method Description static Reservation.ConferenceEventReservation.ConferenceEvent. forValue(String value)static Reservation.ConferenceEventReservation.ConferenceEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static Reservation.ConferenceEvent[]Reservation.ConferenceEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.taskrouter.v1.workspace.worker with parameters of type Reservation.ConferenceEvent Modifier and Type Method Description ReservationUpdaterReservationUpdater. setConferenceStatusCallbackEvent(Reservation.ConferenceEvent conferenceStatusCallbackEvent)Method parameters in com.twilio.rest.taskrouter.v1.workspace.worker with type arguments of type Reservation.ConferenceEvent Modifier and Type Method Description ReservationUpdaterReservationUpdater. setConferenceStatusCallbackEvent(List<Reservation.ConferenceEvent> conferenceStatusCallbackEvent)
-