public enum ConstantDataServiceUserInterestTaxonomyType extends Enum<ConstantDataServiceUserInterestTaxonomyType>
Java class for ConstantDataService.UserInterestTaxonomyType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ConstantDataService.UserInterestTaxonomyType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="BRAND"/>
<enumeration value="IN_MARKET"/>
<enumeration value="MOBILE_APP_INSTALL_USER"/>
<enumeration value="VERTICAL_GEO"/>
<enumeration value="NEW_SMART_PHONE_USER"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BRAND
The brand for this user interest.
|
IN_MARKET
The market for this user interest.
|
MOBILE_APP_INSTALL_USER
Users known to have installed applications in the specified categories.
|
NEW_SMART_PHONE_USER
User interest criteria for new smart phone users.
|
VERTICAL_GEO
The geographical location of the interest-based vertical.
|
| Modifier and Type | Method and Description |
|---|---|
static ConstantDataServiceUserInterestTaxonomyType |
fromValue(String v) |
String |
value() |
static ConstantDataServiceUserInterestTaxonomyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantDataServiceUserInterestTaxonomyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantDataServiceUserInterestTaxonomyType BRAND
public static final ConstantDataServiceUserInterestTaxonomyType IN_MARKET
public static final ConstantDataServiceUserInterestTaxonomyType MOBILE_APP_INSTALL_USER
public static final ConstantDataServiceUserInterestTaxonomyType VERTICAL_GEO
public static final ConstantDataServiceUserInterestTaxonomyType NEW_SMART_PHONE_USER
public static ConstantDataServiceUserInterestTaxonomyType[] values()
for (ConstantDataServiceUserInterestTaxonomyType c : ConstantDataServiceUserInterestTaxonomyType.values()) System.out.println(c);
public static ConstantDataServiceUserInterestTaxonomyType 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 value()
public static ConstantDataServiceUserInterestTaxonomyType fromValue(String v)
Copyright © 2023. All rights reserved.