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