Uses of Class
com.twilio.sdk.resource.list.UsageRecordList.Type

Packages that use UsageRecordList.Type
com.twilio.sdk.resource.list   
 

Uses of UsageRecordList.Type in com.twilio.sdk.resource.list
 

Methods in com.twilio.sdk.resource.list that return UsageRecordList.Type
 UsageRecordList.Type UsageRecordList.getType()
           
static UsageRecordList.Type UsageRecordList.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UsageRecordList.Type[] UsageRecordList.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.twilio.sdk.resource.list with parameters of type UsageRecordList.Type
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.
 



Copyright © 2011 Twilio, Inc. All Rights Reserved.