public class SFSearchQuery extends SFODataObject
| Constructor and Description |
|---|
SFSearchQuery() |
| Modifier and Type | Method and Description |
|---|---|
SFQueryPaging |
getPaging()
Paging info about the search results
|
SFQuery |
getQuery()
Information about the query to run
|
SFQuerySorting |
getSort()
How the search results should be sorted
|
java.lang.Integer |
getTimeoutInSeconds()
Timeout for the search request in seconds
|
void |
setPaging(SFQueryPaging paging)
Paging info about the search results
|
void |
setQuery(SFQuery query)
Information about the query to run
|
void |
setSort(SFQuerySorting sort)
How the search results should be sorted
|
void |
setTimeoutInSeconds(java.lang.Integer timeoutinseconds)
Timeout for the search request in seconds
|
addProperty, get__type, getId, getMetadataUrl, getProperties, geturl, set__type, setId, setMetadataUrl, setProperties, seturlpublic SFQuery getQuery()
public void setQuery(SFQuery query)
public SFQueryPaging getPaging()
public void setPaging(SFQueryPaging paging)
public SFQuerySorting getSort()
public void setSort(SFQuerySorting sort)
public java.lang.Integer getTimeoutInSeconds()
public void setTimeoutInSeconds(java.lang.Integer timeoutinseconds)