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