|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.sap.businessobjects.platform.search.common.SearchIndexRequest.CategoryTypes
public static final class SearchIndexRequest.CategoryTypes
The CategoryTypes is an enum to define different category types.
| Field Summary | |
|---|---|
static SearchIndexRequest.CategoryTypes |
ALL_CATEGORY
An enum to retrieve both metadata and content category. |
static SearchIndexRequest.CategoryTypes |
CONTENT_CATEGORY
An enum to retrieve content category only. |
static SearchIndexRequest.CategoryTypes |
METADATA_CATEGORY
An enum to retrieve metadata category only. |
| Method Summary | |
|---|---|
static SearchIndexRequest.CategoryTypes |
valueOf(java.lang.String name)
|
static SearchIndexRequest.CategoryTypes[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SearchIndexRequest.CategoryTypes METADATA_CATEGORY
An enum to retrieve metadata category only.
public static final SearchIndexRequest.CategoryTypes CONTENT_CATEGORY
An enum to retrieve content category only.
public static final SearchIndexRequest.CategoryTypes ALL_CATEGORY
An enum to retrieve both metadata and content category.
| Method Detail |
|---|
public static SearchIndexRequest.CategoryTypes[] values()
public static SearchIndexRequest.CategoryTypes valueOf(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||