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