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