|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.sdk.SortParameters
public final class SortParameters
This class represents the sorting parameters in a SCIM request.
| Constructor Summary | |
|---|---|
SortParameters(AttributePath sortBy,
String sortOrder)
Create a new instance of sort parameters. |
|
SortParameters(String sortBy,
String sortOrder)
Create a new instance of sort parameters. |
|
| Method Summary | |
|---|---|
AttributePath |
getSortBy()
Retrieve the attribute or sub-attribute whose value is used to order the returned resources. |
String |
getSortOrder()
Retrieve order in which the sortBy parameter is applied. |
boolean |
isAscendingOrder()
Determine whether the sort order implies ascending or descending order. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SortParameters(String sortBy,
String sortOrder)
sortBy - The attribute or sub-attribute whose value is used to
order the returned resources.sortOrder - The order in which the sortBy parameter is applied. e.g.
ascending or descending, or null if no sort order
was specified.
public SortParameters(AttributePath sortBy,
String sortOrder)
sortBy - The attribute or sub-attribute whose value is used to
order the returned resources.sortOrder - The order in which the sortBy parameter is applied. e.g.
ascending or descending, or null if no sort order
was specified.| Method Detail |
|---|
public AttributePath getSortBy()
public String getSortOrder()
public boolean isAscendingOrder()
true if the sort order implies ascending order.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||