public enum GeoTargetTypeSettingPositiveGeoTargetType extends Enum<GeoTargetTypeSettingPositiveGeoTargetType>
Java class for GeoTargetTypeSetting.PositiveGeoTargetType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GeoTargetTypeSetting.PositiveGeoTargetType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DONT_CARE"/>
<enumeration value="AREA_OF_INTEREST"/>
<enumeration value="LOCATION_OF_PRESENCE"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AREA_OF_INTEREST
Specifies that the ad is triggered only if the user's AOI matches.
|
DONT_CARE
Specifies that either AOI or LOP may trigger the ad.
|
LOCATION_OF_PRESENCE
Specifies that the ad is triggered only if the user's LOP matches.
|
| Modifier and Type | Method and Description |
|---|---|
static GeoTargetTypeSettingPositiveGeoTargetType |
fromValue(String v) |
String |
value() |
static GeoTargetTypeSettingPositiveGeoTargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoTargetTypeSettingPositiveGeoTargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoTargetTypeSettingPositiveGeoTargetType DONT_CARE
public static final GeoTargetTypeSettingPositiveGeoTargetType AREA_OF_INTEREST
public static final GeoTargetTypeSettingPositiveGeoTargetType LOCATION_OF_PRESENCE
public static GeoTargetTypeSettingPositiveGeoTargetType[] values()
for (GeoTargetTypeSettingPositiveGeoTargetType c : GeoTargetTypeSettingPositiveGeoTargetType.values()) System.out.println(c);
public static GeoTargetTypeSettingPositiveGeoTargetType 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 GeoTargetTypeSettingPositiveGeoTargetType fromValue(String v)
Copyright © 2023. All rights reserved.