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