public static enum AllTime.Category extends Enum<AllTime.Category>
Modifier and Type | Method and Description |
---|---|
static AllTime.Category |
forValue(String value) |
String |
toString() |
static AllTime.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllTime.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllTime.Category CALLERIDLOOKUPS
public static final AllTime.Category CALLS
public static final AllTime.Category CALLS_CLIENT
public static final AllTime.Category CALLS_INBOUND
public static final AllTime.Category CALLS_INBOUND_LOCAL
public static final AllTime.Category CALLS_INBOUND_TOLLFREE
public static final AllTime.Category CALLS_OUTBOUND
public static final AllTime.Category CALLS_SIP
public static final AllTime.Category PHONENUMBERS
public static final AllTime.Category PHONENUMBERS_LOCAL
public static final AllTime.Category PHONENUMBERS_TOLLFREE
public static final AllTime.Category RECORDINGS
public static final AllTime.Category RECORDINGSTORAGE
public static final AllTime.Category SHORTCODES
public static final AllTime.Category SHORTCODES_CUSTOMEROWNED
public static final AllTime.Category SHORTCODES_RANDOM
public static final AllTime.Category SHORTCODES_VANITY
public static final AllTime.Category SMS
public static final AllTime.Category SMS_INBOUND
public static final AllTime.Category SMS_INBOUND_LONGCODE
public static final AllTime.Category SMS_INBOUND_SHORTCODE
public static final AllTime.Category SMS_OUTBOUND
public static final AllTime.Category SMS_OUTBOUND_LONGCODE
public static final AllTime.Category SMS_OUTBOUND_SHORTCODE
public static final AllTime.Category TOTALPRICE
public static final AllTime.Category TRANSCRIPTIONS
public static AllTime.Category[] values()
for (AllTime.Category c : AllTime.Category.values()) System.out.println(c);
public static AllTime.Category 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 toString()
toString
in class Enum<AllTime.Category>
public static AllTime.Category forValue(String value)
Copyright © 2011 Twilio, Inc. All Rights Reserved.