| Package | Description |
|---|---|
| com.twilio.sdk.resource.instance |
| Modifier and Type | Method and Description |
|---|---|
UsageRecordList |
Account.getUsageRecords()
Gets the Usage Record list
https://www.twilio.com/docs/api/rest/usage-records
|
UsageRecordList |
Account.getUsageRecords(Map<String,String> filters)
Gets the Usage Record list with the given filters
https://www.twilio.com/docs/api/rest/usage-records
|
UsageRecordList |
Account.getUsageRecords(Map<String,String> filters,
UsageRecordList.Type type)
Returns filtered Usage Records for each usage category for a specified
interval type.
|
UsageRecordList |
Account.getUsageRecords(UsageRecordList.Type type)
Returns Usage Records for each usage category for a specified interval
type.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.