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