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