public enum CustomerFeedField extends Enum<CustomerFeedField> implements EntityField
Enum
to facilitate the selection of fields for CustomerFeed
.Enum Constant and Description |
---|
FeedId
Id of the Feed associated with the CustomerFeed.
|
MatchingFunction
Matching function associated with the CustomerFeed.
|
PlaceholderTypes
Indicates which placeholder types the feed may populate under the connected customer.
|
Status
Status of the CustomerFeed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static CustomerFeedField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerFeedField[] |
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 CustomerFeedField FeedId
public static final CustomerFeedField MatchingFunction
public static final CustomerFeedField PlaceholderTypes
public static final CustomerFeedField Status
public static CustomerFeedField[] values()
for (CustomerFeedField c : CustomerFeedField.values()) System.out.println(c);
public static CustomerFeedField 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.