public enum SharedSetField extends Enum<SharedSetField> implements EntityField
Enum
to facilitate the selection of fields for SharedSet
.Enum Constant and Description |
---|
MemberCount
The number of entities in the shared set.
|
Name
Shared Sets must have names that are unique among active shared sets of the same type.
|
ReferenceCount
The number of campaigns that actively use the shared set.
|
SharedSetId |
Status
The status of the shared set.
|
Type |
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static SharedSetField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedSetField[] |
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 SharedSetField MemberCount
public static final SharedSetField Name
public static final SharedSetField ReferenceCount
public static final SharedSetField SharedSetId
public static final SharedSetField Status
public static final SharedSetField Type
public static SharedSetField[] values()
for (SharedSetField c : SharedSetField.values()) System.out.println(c);
public static SharedSetField 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.