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