Package | Description |
---|---|
com.twilio.sdk.reader.conversations.v1.conversation | |
com.twilio.sdk.resource.conversations.v1.conversation |
Modifier and Type | Method and Description |
---|---|
ResourceSet<Completed> |
CompletedReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Completed> |
CompletedReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Completed> |
CompletedReader.nextPage(Page<Completed> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Completed> |
CompletedReader.nextPage(Page<Completed> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
static Completed |
Completed.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Completed object using the provided
ObjectMapper.
|
static Completed |
Completed.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Completed object using the provided
ObjectMapper.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.