public enum LineItemCreativeAssociationOperationErrorReason extends Enum<LineItemCreativeAssociationOperationErrorReason>
Java class for LineItemCreativeAssociationOperationError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LineItemCreativeAssociationOperationError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NOT_ALLOWED"/>
<enumeration value="NOT_APPLICABLE"/>
<enumeration value="CANNOT_ACTIVATE_INVALID_CREATIVE"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CANNOT_ACTIVATE_INVALID_CREATIVE
Cannot activate an invalid creative
|
NOT_ALLOWED
The operation is not allowed due to permissions
|
NOT_APPLICABLE
The operation is not applicable to the current state
|
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static LineItemCreativeAssociationOperationErrorReason |
fromValue(String v) |
String |
value() |
static LineItemCreativeAssociationOperationErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineItemCreativeAssociationOperationErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineItemCreativeAssociationOperationErrorReason NOT_ALLOWED
public static final LineItemCreativeAssociationOperationErrorReason NOT_APPLICABLE
public static final LineItemCreativeAssociationOperationErrorReason CANNOT_ACTIVATE_INVALID_CREATIVE
public static final LineItemCreativeAssociationOperationErrorReason UNKNOWN
public static LineItemCreativeAssociationOperationErrorReason[] values()
for (LineItemCreativeAssociationOperationErrorReason c : LineItemCreativeAssociationOperationErrorReason.values()) System.out.println(c);
public static LineItemCreativeAssociationOperationErrorReason 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 LineItemCreativeAssociationOperationErrorReason fromValue(String v)
Copyright © 2018. All Rights Reserved.