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