public class MediaList extends ListResource<Media,TwilioRestClient>
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestMessageSid()
Gets the message sid of this media *if* it was initially referenced
as the child of a message.
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic MediaList(TwilioRestClient client)
client - the clientpublic MediaList(TwilioRestClient client, String messageSid)
client - the clientmessageSid - the sid of the parent message requesting mediapublic MediaList(TwilioRestClient client, Map<String,String> properties)
client - the clientproperties - the propertiespublic String getRequestMessageSid()
Copyright © 2011 Twilio, Inc. All Rights Reserved.