|
Clearspace API (1.10.16) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SearchQueryResult.ResultType>
com.jivesoftware.community.SearchQueryResult.ResultType
public static enum SearchQueryResult.ResultType
Represents the different types of results that can be queried upon
| Enum Constant Summary | |
|---|---|
BLOG
Blog query result |
|
BLOG_POST
Blog post query result |
|
COMMUNITY
Community query result |
|
DOCUMENT
Document query result |
|
MESSAGE
Message query result |
|
| Method Summary | |
|---|---|
int |
getKey()
|
static SearchQueryResult.ResultType |
getResultType(int key)
A helper method to get a specific ResultType object from its key |
static SearchQueryResult.ResultType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SearchQueryResult.ResultType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SearchQueryResult.ResultType BLOG_POST
public static final SearchQueryResult.ResultType DOCUMENT
public static final SearchQueryResult.ResultType MESSAGE
public static final SearchQueryResult.ResultType BLOG
public static final SearchQueryResult.ResultType COMMUNITY
| Method Detail |
|---|
public static final SearchQueryResult.ResultType[] values()
for(SearchQueryResult.ResultType c : SearchQueryResult.ResultType.values())
System.out.println(c);
public static SearchQueryResult.ResultType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic int getKey()
public static SearchQueryResult.ResultType getResultType(int key)
key - the key value of the ResultType object
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||