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