|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.directory.SortBy
public final class SortBy
Defines the sort order of search results
| Field Summary | |
|---|---|
static SortBy |
CREATED_AT_ASCENDING
Sort by workspace creation date in the ascending order |
static SortBy |
CREATED_AT_DESCENDING
Sort by workspace creation date in the descending order |
static SortBy |
NAME_ASCENDING
Sort by workspace name in the ascending order |
static SortBy |
NAME_DESCENDING
Sort by workspace name in the descending order |
| Constructor Summary | |
|---|---|
protected |
SortBy(String val)
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
static SortBy |
valueOf(String val)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SortBy NAME_ASCENDING
public static final SortBy NAME_DESCENDING
public static final SortBy CREATED_AT_ASCENDING
public static final SortBy CREATED_AT_DESCENDING
| Constructor Detail |
|---|
protected SortBy(String val)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic static SortBy valueOf(String val)
|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||