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