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