Modifier and Type | Method and Description |
---|---|
Reservation |
ReservationFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Reservation> |
ReservationReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Reservation> |
ReservationReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Reservation> |
ReservationReader.nextPage(Page<Reservation> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Reservation> |
ReservationReader.nextPage(Page<Reservation> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Reservation |
ReservationUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.