SortBy instead.public enum SortBy extends Enum<SortBy>
| Enum Constant and Description |
|---|
CREATION_DATE
Deprecated.
Sort by creation date.
|
DIGITAL_ASSET_TYPE
Deprecated.
Sort by digital asset type.
|
LAST_UPDATE_DATE
Deprecated.
Sort by last update date.
|
MIME_TYPE
Deprecated.
Sort by mime type.
|
PHYSICAL_NAME
Deprecated.
Sort by physical name.
|
| Modifier and Type | Method and Description |
|---|---|
com.orchestranetworks.schema.Path |
getPathSort()
Deprecated.
|
static SortBy |
parse(String type)
Deprecated.
Parses to
SortBy enumeration. |
String |
toString()
Deprecated.
|
static SortBy |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SortBy[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortBy PHYSICAL_NAME
public static final SortBy CREATION_DATE
public static final SortBy LAST_UPDATE_DATE
public static final SortBy DIGITAL_ASSET_TYPE
public static final SortBy MIME_TYPE
public static SortBy[] values()
for (SortBy c : SortBy.values()) System.out.println(c);
public static SortBy 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 com.orchestranetworks.schema.Path getPathSort()