| Package | Description |
|---|---|
| com.twilio.rest.taskrouter.v1.workspace.worker |
| Modifier and Type | Method and Description |
|---|---|
Reservation |
ReservationFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static Reservation |
Reservation.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Reservation object using the provided
ObjectMapper.
|
static Reservation |
Reservation.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Reservation object using the provided
ObjectMapper.
|
Reservation |
ReservationUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Reservation> |
ReservationReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Reservation> |
ReservationReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Reservation> |
ReservationReader.nextPage(Page<Reservation> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Reservation> |
ReservationReader.previousPage(Page<Reservation> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Reservation> |
ReservationReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Reservation> |
ReservationReader.nextPage(Page<Reservation> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Reservation> |
ReservationReader.previousPage(Page<Reservation> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.