Uses of Class
com.twilio.rest.taskrouter.v1.workspace.worker.Reservation.CallStatus
-
Packages that use Reservation.CallStatus Package Description com.twilio.rest.taskrouter.v1.workspace.worker -
-
Uses of Reservation.CallStatus in com.twilio.rest.taskrouter.v1.workspace.worker
Methods in com.twilio.rest.taskrouter.v1.workspace.worker that return Reservation.CallStatus Modifier and Type Method Description static Reservation.CallStatusReservation.CallStatus. forValue(String value)static Reservation.CallStatusReservation.CallStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Reservation.CallStatus[]Reservation.CallStatus. 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.CallStatus Modifier and Type Method Description ReservationUpdaterReservationUpdater. setStatusCallbackEvent(Reservation.CallStatus statusCallbackEvent)Method parameters in com.twilio.rest.taskrouter.v1.workspace.worker with type arguments of type Reservation.CallStatus Modifier and Type Method Description ReservationUpdaterReservationUpdater. setStatusCallbackEvent(List<Reservation.CallStatus> statusCallbackEvent)
-