com.twilio.sdk.resource.list
Class UsageRecordList

java.lang.Object
  extended by com.twilio.sdk.resource.Resource
      extended by com.twilio.sdk.resource.ListResource<UsageRecord>
          extended by com.twilio.sdk.resource.list.UsageRecordList
All Implemented Interfaces:
Iterable<UsageRecord>

public class UsageRecordList
extends ListResource<UsageRecord>

The Class UsageRecordList.


Constructor Summary
UsageRecordList(TwilioRestClient client)
          Instantiates a new usage record list.
UsageRecordList(TwilioRestClient client, Map<String,String> filters)
          Instantiates a new usage record list.
 
Method Summary
 
Methods inherited from class com.twilio.sdk.resource.ListResource
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, getTotal, iterator
 
Methods inherited from class com.twilio.sdk.resource.Resource
setRequestAccountSid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsageRecordList

public UsageRecordList(TwilioRestClient client)
Instantiates a new usage record list.

Parameters:
client - the client

UsageRecordList

public UsageRecordList(TwilioRestClient client,
                       Map<String,String> filters)
Instantiates a new usage record list.

Parameters:
client - the client
filters - the filters


Copyright © 2011 Twilio, Inc. All Rights Reserved.