Uses of Class
com.twilio.rest.taskrouter.v1.workspace.worker.Reservation
-
Packages that use Reservation Package Description com.twilio.rest.taskrouter.v1.workspace.worker -
-
Uses of Reservation in com.twilio.rest.taskrouter.v1.workspace.worker
Methods in com.twilio.rest.taskrouter.v1.workspace.worker that return Reservation Modifier and Type Method Description ReservationReservationFetcher. fetch(TwilioRestClient client)static ReservationReservation. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Reservation object using the provided ObjectMapper.static ReservationReservation. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Reservation object using the provided ObjectMapper.ReservationReservationUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.taskrouter.v1.workspace.worker that return types with arguments of type Reservation Modifier and Type Method Description Page<Reservation>ReservationReader. firstPage(TwilioRestClient client)Page<Reservation>ReservationReader. getPage(String targetUrl, TwilioRestClient client)Page<Reservation>ReservationReader. nextPage(Page<Reservation> page, TwilioRestClient client)Page<Reservation>ReservationReader. previousPage(Page<Reservation> page, TwilioRestClient client)ResourceSet<Reservation>ReservationReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.taskrouter.v1.workspace.worker with type arguments of type Reservation Modifier and Type Method Description Page<Reservation>ReservationReader. nextPage(Page<Reservation> page, TwilioRestClient client)Page<Reservation>ReservationReader. previousPage(Page<Reservation> page, TwilioRestClient client)
-