public enum TwitterSegmentationType extends java.lang.Enum<TwitterSegmentationType>
| Enum Constant and Description |
|---|
AGE |
APP_STORE_CATEGORY |
CITIES |
CONVERSION_TAGS |
DEVICES |
EVENTS |
GENDER |
INTERESTS |
KEYWORDS |
LANGUAGES |
LOCATIONS |
PLATFORM_VERSIONS |
PLATFORMS |
POSTAL_CODES |
REGIONS |
SIMILAR_TO_FOLLOWERS_OF_USER |
TV_SHOWS |
| Modifier and Type | Method and Description |
|---|---|
static TwitterSegmentationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TwitterSegmentationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwitterSegmentationType PLATFORMS
public static final TwitterSegmentationType LOCATIONS
public static final TwitterSegmentationType GENDER
public static final TwitterSegmentationType INTERESTS
public static final TwitterSegmentationType KEYWORDS
public static final TwitterSegmentationType CITIES
public static final TwitterSegmentationType REGIONS
public static final TwitterSegmentationType POSTAL_CODES
public static final TwitterSegmentationType DEVICES
public static final TwitterSegmentationType PLATFORM_VERSIONS
public static final TwitterSegmentationType SIMILAR_TO_FOLLOWERS_OF_USER
public static final TwitterSegmentationType APP_STORE_CATEGORY
public static final TwitterSegmentationType TV_SHOWS
public static final TwitterSegmentationType LANGUAGES
public static final TwitterSegmentationType EVENTS
public static final TwitterSegmentationType CONVERSION_TAGS
public static final TwitterSegmentationType AGE
public static TwitterSegmentationType[] values()
for (TwitterSegmentationType c : TwitterSegmentationType.values()) System.out.println(c);
public static TwitterSegmentationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null