|
|||||||||
| 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<Media>
com.twilio.sdk.resource.list.MediaList
public class MediaList
The Class MediaList. For more information see https://www.twilio.com/docs/api/rest/media
| Constructor Summary | |
|---|---|
MediaList(TwilioRestClient client)
Instantiates a new media list. |
|
MediaList(TwilioRestClient client,
Map<String,String> properties)
Instantiates a new media list. |
|
MediaList(TwilioRestClient client,
String messageSid)
Instantiates a new media list. |
|
| Method Summary | |
|---|---|
String |
getRequestMessageSid()
Gets the message sid of this media *if* it was initially referenced as the child of a message. |
| 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 MediaList(TwilioRestClient client)
client - the client
public MediaList(TwilioRestClient client,
String messageSid)
client - the clientmessageSid - the sid of the parent message requesting media
public MediaList(TwilioRestClient client,
Map<String,String> properties)
client - the clientproperties - the properties| Method Detail |
|---|
public String getRequestMessageSid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||