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<LastMonth> |
LastMonthReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<LastMonth> |
LastMonthReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<LastMonth> |
LastMonthReader.nextPage(Page<LastMonth> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<LastMonth> |
LastMonthReader.nextPage(Page<LastMonth> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
static LastMonth |
LastMonth.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a LastMonth object using the provided
ObjectMapper.
|
static LastMonth |
LastMonth.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a LastMonth object using the provided
ObjectMapper.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.