Constructor and Description |
---|
YesterdayReader(String accountSid)
Construct a new YesterdayReader.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Yesterday> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Yesterday> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Yesterday> |
nextPage(Page<Yesterday> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public YesterdayReader(String accountSid)
accountSid
- The account_sidpublic ResourceSet<Yesterday> execute(TwilioRestClient client)
public Page<Yesterday> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.