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