|
|||||||||
| 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<Recording>
com.twilio.sdk.resource.list.RecordingList
public class RecordingList
The Class RecordingList. For more information see https://www.twilio.com/docs/api/rest/recording
| Constructor Summary | |
|---|---|
RecordingList(TwilioRestClient client)
Instantiates a new recording list. |
|
RecordingList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new recording list. |
|
RecordingList(TwilioRestClient client,
String callSid)
Instantiates a new recording list belonging to call. |
|
RecordingList(TwilioRestClient client,
String callSid,
Map<String,String> filters)
Instantiates a new recording list belonging to call with filters. |
|
| Method Summary | |
|---|---|
String |
getRequestCallSid()
Gets the call sid of the recording *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 RecordingList(TwilioRestClient client)
client - the client
public RecordingList(TwilioRestClient client,
Map<String,String> filters)
client - the clientfilters - the filters
public RecordingList(TwilioRestClient client,
String callSid)
client - the clientcallSid - the sid of the owning call
public RecordingList(TwilioRestClient client,
String callSid,
Map<String,String> filters)
client - the clientcallSid - the sid of the owning callfilters - the filters| Method Detail |
|---|
public String getRequestCallSid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||