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