public enum DraftAsyncErrorField extends Enum<DraftAsyncErrorField> implements EntityField
Enum to facilitate the selection of fields for DraftAsyncError.| Enum Constant and Description |
|---|
AsyncError
The error that occurred while promoting the draft.
|
BaseAdGroupId
The error occurred during promotion while updating this AdGroup or an entity in this AdGroup.
|
BaseCampaignId
The error occurred during promotion while updating this Campaign or an entity in this Campaign.
|
DraftAdGroupId
The draft AdGroup that was attempted to be promoted.
|
DraftCampaignId
The draft Campaign that was attempted to be promoted.
|
DraftId
The draft that was attempted to be promoted.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFilterable()
If the field is filterable.
|
static DraftAsyncErrorField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DraftAsyncErrorField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final DraftAsyncErrorField AsyncError
public static final DraftAsyncErrorField BaseAdGroupId
public static final DraftAsyncErrorField BaseCampaignId
public static final DraftAsyncErrorField DraftAdGroupId
public static final DraftAsyncErrorField DraftCampaignId
public static final DraftAsyncErrorField DraftId
public static DraftAsyncErrorField[] values()
for (DraftAsyncErrorField c : DraftAsyncErrorField.values()) System.out.println(c);
public static DraftAsyncErrorField 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 boolean isFilterable()
EntityFieldisFilterable in interface EntityFieldCopyright © 2019. All rights reserved.