public enum VideoPositionTargetingErrorReason extends Enum<VideoPositionTargetingErrorReason>
Java class for VideoPositionTargetingError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VideoPositionTargetingError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CANNOT_MIX_BUMPER_AND_NON_BUMPER_TARGETING"/>
<enumeration value="INVALID_BUMPER_TARGETING"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CANNOT_MIX_BUMPER_AND_NON_BUMPER_TARGETING
Video position targeting cannot contain both bumper and non-bumper targeting values.
|
INVALID_BUMPER_TARGETING
The bumper video position targeting is invalid.
|
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static VideoPositionTargetingErrorReason |
fromValue(String v) |
String |
value() |
static VideoPositionTargetingErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoPositionTargetingErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoPositionTargetingErrorReason CANNOT_MIX_BUMPER_AND_NON_BUMPER_TARGETING
public static final VideoPositionTargetingErrorReason INVALID_BUMPER_TARGETING
public static final VideoPositionTargetingErrorReason UNKNOWN
public static VideoPositionTargetingErrorReason[] values()
for (VideoPositionTargetingErrorReason c : VideoPositionTargetingErrorReason.values()) System.out.println(c);
public static VideoPositionTargetingErrorReason 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 VideoPositionTargetingErrorReason fromValue(String v)
Copyright © 2018. All Rights Reserved.