public enum TrialAsyncErrorField extends Enum<TrialAsyncErrorField> implements EntityField
Enum to facilitate the selection of fields for TrialAsyncError.| Enum Constant and Description |
|---|
AsyncError
The error that occurred while processing the trial.
|
BaseAdGroupId
The error occurred during trial promotion while updating this AdGroup or an entity in this AdGroup.
|
BaseCampaignId
The error occurred during trial promotion while updating this Campaign or an entity in this Campaign.
|
TrialAdGroupId
The error occurred during trial creation while updating this AdGroup or an entity in this AdGroup.
|
TrialCampaignId
The error occurred during trial creation while updating this Campaign or an entity in this Campaign.
|
TrialId
The trial that was attempted to be created or promoted.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFilterable()
If the field is filterable.
|
static TrialAsyncErrorField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrialAsyncErrorField[] |
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 TrialAsyncErrorField AsyncError
public static final TrialAsyncErrorField BaseAdGroupId
public static final TrialAsyncErrorField BaseCampaignId
public static final TrialAsyncErrorField TrialAdGroupId
public static final TrialAsyncErrorField TrialCampaignId
public static final TrialAsyncErrorField TrialId
public static TrialAsyncErrorField[] values()
for (TrialAsyncErrorField c : TrialAsyncErrorField.values()) System.out.println(c);
public static TrialAsyncErrorField 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.