public enum FeedField extends Enum<FeedField> implements EntityField
Enum
to facilitate the selection of fields for Feed
.Enum Constant and Description |
---|
Attributes
The Feed's schema.
|
FeedStatus
Status of the Feed.
|
Id
Id of the Feed.
|
Name
Name of the Feed.
|
Origin
Specifies who manages the
FeedAttribute s for the Feed . |
SystemFeedGenerationData
The system data for the Feed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static FeedField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeedField[] |
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 FeedField Attributes
FeedService#get
).public static final FeedField FeedStatus
public static final FeedField Id
public static final FeedField Name
public static final FeedField Origin
FeedAttribute
s for the Feed
.public static final FeedField SystemFeedGenerationData
public static FeedField[] values()
for (FeedField c : FeedField.values()) System.out.println(c);
public static FeedField 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 © 2015. All Rights Reserved.