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