public class UsageRecordList extends ListResource<UsageRecord,TwilioRestClient>
| Modifier and Type | Class and Description |
|---|---|
static class |
UsageRecordList.Type |
| Constructor and Description |
|---|
UsageRecordList(TwilioRestClient client)
Instantiates a new usage record list.
|
UsageRecordList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new usage record list.
|
UsageRecordList(TwilioRestClient client,
Map<String,String> filters,
UsageRecordList.Type type)
Instantiates a new usage record list.
|
UsageRecordList(TwilioRestClient client,
UsageRecordList.Type type)
Instantiates a new usage record list.
|
| Modifier and Type | Method and Description |
|---|---|
UsageRecordList.Type |
getType() |
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic UsageRecordList(TwilioRestClient client)
client - the clientpublic UsageRecordList(TwilioRestClient client, UsageRecordList.Type type)
client - the clienttype - public UsageRecordList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic UsageRecordList(TwilioRestClient client, Map<String,String> filters, UsageRecordList.Type type)
client - the clientfilters - the filterstype - public UsageRecordList.Type getType()
Copyright © 2011 Twilio, Inc. All Rights Reserved.