Package | Description |
---|---|
com.twilio.rest.fetcher.preview.wireless | |
com.twilio.rest.reader.preview.wireless | |
com.twilio.rest.resource.preview.wireless |
Modifier and Type | Method and Description |
---|---|
RatePlan |
RatePlanFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<RatePlan> |
RatePlanReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<RatePlan> |
RatePlanReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<RatePlan> |
RatePlanReader.nextPage(Page<RatePlan> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<RatePlan> |
RatePlanReader.nextPage(Page<RatePlan> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.