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