SortCriteria instead.public final class SortCriteria extends Object
SortCriteria that determines whether digital assets will be sorted in ascending or descending order.| Constructor and Description |
|---|
SortCriteria(SortBy sortBy,
boolean ascending)
Deprecated.
Instantiates the new
SortCriteria. |
| Modifier and Type | Method and Description |
|---|---|
SortBy |
getSortBy()
Deprecated.
Returns sort criteria.
|
boolean |
isAscending()
Deprecated.
Returns true if ascending.
|
void |
setAscending(boolean ascending)
Deprecated.
Sets the ascending.
|
void |
setSortBy(SortBy sortBy)
Deprecated.
Sets the sort by.
|
public SortCriteria(SortBy sortBy, boolean ascending)
SortCriteria.sortBy - sort criteriaascending - sort by ascending or descending orderpublic SortBy getSortBy()
public void setSortBy(SortBy sortBy)
public boolean isAscending()
public void setAscending(boolean ascending)