Constructor and Description |
---|
MediaReader(String accountSid,
String messageSid)
Construct a new MediaReader.
|
Modifier and Type | Method and Description |
---|---|
MediaReader |
byDateCreated(String dateCreated)
Only show media created on the given date, or before/after using date
inequalities..
|
ResourceSet<Media> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Media> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Media> |
nextPage(Page<Media> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public MediaReader byDateCreated(String dateCreated)
dateCreated
- Filter by date createdpublic ResourceSet<Media> execute(TwilioRestClient client)
public Page<Media> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.