public enum SetTopBoxCreativeErrorReason extends Enum<SetTopBoxCreativeErrorReason>
Java class for SetTopBoxCreativeError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SetTopBoxCreativeError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="EXTERNAL_ASSET_ID_IMMUTABLE"/>
<enumeration value="EXTERNAL_ASSET_ID_REQUIRED"/>
<enumeration value="PROVIDER_ID_IMMUTABLE"/>
<enumeration value="INVALID_THIRD_PARTY_TRACKING_URL_EVENT_TYPE"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
EXTERNAL_ASSET_ID_IMMUTABLE
Set-top box creative external asset IDs are immutable after creation.
|
EXTERNAL_ASSET_ID_REQUIRED
Set-top box creatives require an external asset ID.
|
INVALID_THIRD_PARTY_TRACKING_URL_EVENT_TYPE
An invalid tracking URL event type was set on the set-top box creative.
|
PROVIDER_ID_IMMUTABLE
Set-top box creative provider IDs are immutable after creation.
|
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static SetTopBoxCreativeErrorReason |
fromValue(String v) |
String |
value() |
static SetTopBoxCreativeErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetTopBoxCreativeErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetTopBoxCreativeErrorReason EXTERNAL_ASSET_ID_IMMUTABLE
public static final SetTopBoxCreativeErrorReason EXTERNAL_ASSET_ID_REQUIRED
public static final SetTopBoxCreativeErrorReason PROVIDER_ID_IMMUTABLE
public static final SetTopBoxCreativeErrorReason INVALID_THIRD_PARTY_TRACKING_URL_EVENT_TYPE
public static final SetTopBoxCreativeErrorReason UNKNOWN
public static SetTopBoxCreativeErrorReason[] values()
for (SetTopBoxCreativeErrorReason c : SetTopBoxCreativeErrorReason.values()) System.out.println(c);
public static SetTopBoxCreativeErrorReason 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 SetTopBoxCreativeErrorReason fromValue(String v)
Copyright © 2018. All Rights Reserved.