public static enum UsageRecordList.Type extends Enum<UsageRecordList.Type>
| Enum Constant and Description |
|---|
ALL_TIME |
DAILY |
LAST_MONTH |
MONTHLY |
THIS_MONTH |
TODAY |
YEARLY |
YESTERDAY |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static UsageRecordList.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageRecordList.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UsageRecordList.Type ALL_TIME
public static final UsageRecordList.Type DAILY
public static final UsageRecordList.Type LAST_MONTH
public static final UsageRecordList.Type MONTHLY
public static final UsageRecordList.Type THIS_MONTH
public static final UsageRecordList.Type TODAY
public static final UsageRecordList.Type YEARLY
public static final UsageRecordList.Type YESTERDAY
public static UsageRecordList.Type[] values()
for (UsageRecordList.Type c : UsageRecordList.Type.values()) System.out.println(c);
public static UsageRecordList.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
Copyright © 2011 Twilio, Inc. All Rights Reserved.