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