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