public class QueryRequestModel
extends java.lang.Object
Constructor and Description |
---|
QueryRequestModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilter()
Getter for filter
A list of conditions to filter objects.
|
java.lang.String |
getInclude()
Getter for include
A list of included commands for this fetch operation.
|
java.lang.Integer |
getMaxResults()
Getter for maxResults
For pagination: This is the maximum number of results to return.
|
java.lang.String |
getSortBy()
Getter for sortBy
Sorts the resulting objects in a specific manner.
|
java.lang.Integer |
getStartIndex()
Getter for startIndex
For pagination: This is the index of the first result.
|
void |
setFilter(java.lang.String value)
Setter for filter
A list of conditions to filter objects.
|
void |
setInclude(java.lang.String value)
Setter for include
A list of included commands for this fetch operation.
|
void |
setMaxResults(java.lang.Integer value)
Setter for maxResults
For pagination: This is the maximum number of results to return.
|
void |
setSortBy(java.lang.String value)
Setter for sortBy
Sorts the resulting objects in a specific manner.
|
void |
setStartIndex(java.lang.Integer value)
Setter for startIndex
For pagination: This is the index of the first result.
|
java.lang.String |
toString()
Returns a JSON string representation of QueryRequestModel
|
public java.lang.String getFilter()
public void setFilter(java.lang.String value)
public java.lang.String getInclude()
public void setInclude(java.lang.String value)
public java.lang.Integer getMaxResults()
public void setMaxResults(java.lang.Integer value)
public java.lang.Integer getStartIndex()
public void setStartIndex(java.lang.Integer value)
public java.lang.String getSortBy()
public void setSortBy(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object