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