public enum AdCustomizerFeedField extends Enum<AdCustomizerFeedField> implements EntityField
Enum
to facilitate the selection of fields for AdCustomizerFeed
.Enum Constant and Description |
---|
FeedAttributes
The AdCustomizerFeed's schema.
|
FeedId
ID of the feed.
|
FeedName
Name of the feed.
|
FeedStatus
Status of the feed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static AdCustomizerFeedField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdCustomizerFeedField[] |
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 AdCustomizerFeedField FeedAttributes
AdCustomizerFeedService#get
).public static final AdCustomizerFeedField FeedId
public static final AdCustomizerFeedField FeedName
public static final AdCustomizerFeedField FeedStatus
public static AdCustomizerFeedField[] values()
for (AdCustomizerFeedField c : AdCustomizerFeedField.values()) System.out.println(c);
public static AdCustomizerFeedField 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.