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