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