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