|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<Transcription>
com.twilio.sdk.resource.list.TranscriptionList
public class TranscriptionList
The Class TranscriptionList. For more information see https://www.twilio.com/docs/api/rest/transcription
| Constructor Summary | |
|---|---|
TranscriptionList(TwilioRestClient client)
Instantiates a new transcription list. |
|
TranscriptionList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new transcription list. |
|
TranscriptionList(TwilioRestClient client,
String callSid)
Instantiates a new transcription list from a call. |
|
TranscriptionList(TwilioRestClient client,
String callSid,
Map<String,String> filters)
Instantiates a new transcription list from a call with filters. |
|
| Method Summary | |
|---|---|
String |
getRequestCallSid()
Gets the call sid of the transcription *if* it was constructed with a call sid. |
| Methods inherited from class com.twilio.sdk.resource.ListResource |
|---|
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, getTotal, iterator |
| Methods inherited from class com.twilio.sdk.resource.Resource |
|---|
setRequestAccountSid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TranscriptionList(TwilioRestClient client)
client - the client
public TranscriptionList(TwilioRestClient client,
Map<String,String> filters)
client - the clientfilters - the filters
public TranscriptionList(TwilioRestClient client,
String callSid)
client - the clientcallSid - the sid of the parent call
public TranscriptionList(TwilioRestClient client,
String callSid,
Map<String,String> filters)
client - the clientcallSid - the sid of the parent callfilters - the filters| Method Detail |
|---|
public String getRequestCallSid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||