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