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