| Package | Description |
|---|---|
| com.twilio.sdk.reader.api.v2010.account.usage.record | |
| com.twilio.sdk.resource.api.v2010.account.usage.record |
| Modifier and Type | Method and Description |
|---|---|
ResourceSet<Yearly> |
YearlyReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Yearly> |
YearlyReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Yearly> |
YearlyReader.nextPage(Page<Yearly> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Yearly> |
YearlyReader.nextPage(Page<Yearly> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
| Modifier and Type | Method and Description |
|---|---|
static Yearly |
Yearly.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Yearly object using the provided
ObjectMapper.
|
static Yearly |
Yearly.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Yearly object using the provided ObjectMapper.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.