Constructor and Description |
---|
RatePlanReader() |
Modifier and Type | Method and Description |
---|---|
ResourceSet<RatePlan> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<RatePlan> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<RatePlan> |
nextPage(Page<RatePlan> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public ResourceSet<RatePlan> execute(TwilioRestClient client)
public Page<RatePlan> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.