| Package | Description |
|---|---|
| com.twilio.rest.wireless.v1 |
| Modifier and Type | Method and Description |
|---|---|
RatePlan |
RatePlanCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
RatePlan |
RatePlanFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static RatePlan |
RatePlan.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a RatePlan object using the provided
ObjectMapper.
|
static RatePlan |
RatePlan.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a RatePlan object using the provided
ObjectMapper.
|
RatePlan |
RatePlanUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<RatePlan> |
RatePlanReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<RatePlan> |
RatePlanReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<RatePlan> |
RatePlanReader.nextPage(Page<RatePlan> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<RatePlan> |
RatePlanReader.previousPage(Page<RatePlan> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<RatePlan> |
RatePlanReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<RatePlan> |
RatePlanReader.nextPage(Page<RatePlan> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<RatePlan> |
RatePlanReader.previousPage(Page<RatePlan> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.