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