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