Class QueryRequestModel
java.lang.Object
net.avalara.avatax.rest.client.models.QueryRequestModel
Represents a complex query request to parse using query filter guidelines from Microsoft REST standards
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for filter A list of conditions to filter objects.Getter for include A list of included commands for this fetch operation.Getter for maxResults For pagination: This is the maximum number of results to return.Getter for sortBy Sorts the resulting objects in a specific manner.Getter for startIndex For pagination: This is the index of the first result.void
Setter for filter A list of conditions to filter objects.void
setInclude
(String value) Setter for include A list of included commands for this fetch operation.void
setMaxResults
(Integer value) Setter for maxResults For pagination: This is the maximum number of results to return.void
Setter for sortBy Sorts the resulting objects in a specific manner.void
setStartIndex
(Integer value) Setter for startIndex For pagination: This is the index of the first result.toString()
Returns a JSON string representation of QueryRequestModel
-
Constructor Details
-
QueryRequestModel
public QueryRequestModel()
-
-
Method Details
-
getFilter
Getter for filter A list of conditions to filter objects. -
setFilter
Setter for filter A list of conditions to filter objects. -
getInclude
Getter for include A list of included commands for this fetch operation. -
setInclude
Setter for include A list of included commands for this fetch operation. -
getMaxResults
Getter for maxResults For pagination: This is the maximum number of results to return. -
setMaxResults
Setter for maxResults For pagination: This is the maximum number of results to return. -
getStartIndex
Getter for startIndex For pagination: This is the index of the first result. -
setStartIndex
Setter for startIndex For pagination: This is the index of the first result. -
getSortBy
Getter for sortBy Sorts the resulting objects in a specific manner. -
setSortBy
Setter for sortBy Sorts the resulting objects in a specific manner. -
toString
Returns a JSON string representation of QueryRequestModel
-