Initializes a new instance of this object.
Returns the currently built request.
The returned request will be a deep copy.
The currently built request.
Copies an existing data request into this object.
The data request object to copy.
A reference to this object.
Sets the filter criteria.
Optionalfilter: string | IZFilterThe filter criteria. If this is a string, then it will be parsed according to the filter criteria.
A reference to this object.
Sets the page to retrieve.
Optionalpage: numberThe page number
A reference to this object.
Constructs the data from a request query.
This is useful for putting request parameters on a url.
The query that was requested.
This object.
Sets the search criteria.
Optionalsearch: stringThe search query.
A reference to this object.
Sets the page size.
Optionalsize: numberThe page size.
A reference to this object.
Sets the sort criteria.
Optionalsort: string | IZSort[]The list of sorts to make on the request.
A reference to this object.
Represents a builder for a data request.