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