public class SFQuerySorting extends SFODataObject
| Constructor and Description |
|---|
SFQuerySorting() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAscending()
Whether the sort order should be ascending or not
|
java.lang.String |
getSortBy()
What property to sort the search results by.
|
void |
setAscending(java.lang.Boolean ascending)
Whether the sort order should be ascending or not
|
void |
setSortBy(java.lang.String sortby)
What property to sort the search results by.
|
addProperty, get__type, getId, getMetadataUrl, getProperties, geturl, set__type, setId, setMetadataUrl, setProperties, seturlpublic java.lang.String getSortBy()
public void setSortBy(java.lang.String sortby)
public java.lang.Boolean getAscending()
public void setAscending(java.lang.Boolean ascending)