public static enum LikesCountActivityStreamFilter.QueryType extends Enum<LikesCountActivityStreamFilter.QueryType>
Enum Constant and Description |
---|
GET_DOCUMENTS_COUNT |
GET_MINI_MESSAGE_COUNT |
Modifier and Type | Method and Description |
---|---|
static LikesCountActivityStreamFilter.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LikesCountActivityStreamFilter.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LikesCountActivityStreamFilter.QueryType GET_DOCUMENTS_COUNT
public static final LikesCountActivityStreamFilter.QueryType GET_MINI_MESSAGE_COUNT
public static LikesCountActivityStreamFilter.QueryType[] values()
for (LikesCountActivityStreamFilter.QueryType c : LikesCountActivityStreamFilter.QueryType.values()) System.out.println(c);
public static LikesCountActivityStreamFilter.QueryType 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 nullCopyright © 2015 Nuxeo SA. All rights reserved.