public enum CampaignGroupField extends Enum<CampaignGroupField> implements EntityField
Enum
to facilitate the selection of fields for CampaignGroup
.Enum Constant and Description |
---|
Id
Id of this Campaign Group.
|
Name
Name of this campaign group.
|
Status
Status of this campaign group.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static CampaignGroupField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CampaignGroupField[] |
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, valueOf
name
public static final CampaignGroupField Id
public static final CampaignGroupField Name
null
for ADD operations.
For SET and REMOVE operations, this can be used to address the campaign group by name when the campaign group is ACTIVE or PAUSED. Removed campaign groups cannot be addressed by name. If you wish to rename a campaign group, you must provide the ID.
public static final CampaignGroupField Status
ACTIVE
.
On remove, changes to DELETED
.public static CampaignGroupField[] values()
for (CampaignGroupField c : CampaignGroupField.values()) System.out.println(c);
public static CampaignGroupField 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()
EntityField
isFilterable
in interface EntityField
Copyright © 2018. All Rights Reserved.