public enum TechnologyTargetingErrorReason extends Enum<TechnologyTargetingErrorReason>
Java class for TechnologyTargetingError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TechnologyTargetingError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="MOBILE_LINE_ITEM_CONTAINS_WEB_TECH_CRITERIA"/>
<enumeration value="WEB_LINE_ITEM_CONTAINS_MOBILE_TECH_CRITERIA"/>
<enumeration value="MOBILE_CARRIER_TARGETING_FEATURE_NOT_ENABLED"/>
<enumeration value="DEVICE_CAPABILITY_TARGETING_FEATURE_NOT_ENABLED"/>
<enumeration value="DEVICE_CATEGORY_TARGETING_FEATURE_NOT_ENABLED"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DEVICE_CAPABILITY_TARGETING_FEATURE_NOT_ENABLED
The device capability targeting feature is not enabled.
|
DEVICE_CATEGORY_TARGETING_FEATURE_NOT_ENABLED
The device category targeting feature is not enabled.
|
MOBILE_CARRIER_TARGETING_FEATURE_NOT_ENABLED
The mobile carrier targeting feature is not enabled.
|
MOBILE_LINE_ITEM_CONTAINS_WEB_TECH_CRITERIA
Mobile line item cannot target web-only targeting criteria.
|
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
WEB_LINE_ITEM_CONTAINS_MOBILE_TECH_CRITERIA
Web line item cannot target mobile-only targeting criteria.
|
| Modifier and Type | Method and Description |
|---|---|
static TechnologyTargetingErrorReason |
fromValue(String v) |
String |
value() |
static TechnologyTargetingErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TechnologyTargetingErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TechnologyTargetingErrorReason MOBILE_LINE_ITEM_CONTAINS_WEB_TECH_CRITERIA
public static final TechnologyTargetingErrorReason WEB_LINE_ITEM_CONTAINS_MOBILE_TECH_CRITERIA
public static final TechnologyTargetingErrorReason MOBILE_CARRIER_TARGETING_FEATURE_NOT_ENABLED
public static final TechnologyTargetingErrorReason DEVICE_CAPABILITY_TARGETING_FEATURE_NOT_ENABLED
public static final TechnologyTargetingErrorReason DEVICE_CATEGORY_TARGETING_FEATURE_NOT_ENABLED
public static final TechnologyTargetingErrorReason UNKNOWN
public static TechnologyTargetingErrorReason[] values()
for (TechnologyTargetingErrorReason c : TechnologyTargetingErrorReason.values()) System.out.println(c);
public static TechnologyTargetingErrorReason 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 TechnologyTargetingErrorReason fromValue(String v)
Copyright © 2018. All Rights Reserved.