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