Helpful
    Preparing search index...

    Represents a builder for a data request.

    Index

    Constructors

    Methods

    • Sets the filter criteria.

      Parameters

      • Optionalfilter: string | IZFilter

        The filter criteria. If this is a string, then it will be parsed according to the filter criteria.

      Returns this

      A reference to this object.

    • Sets the page to retrieve.

      Parameters

      • Optionalpage: number

        The page number

      Returns this

      A reference to this object.

    • Sets the search criteria.

      Parameters

      • Optionalsearch: string

        The search query.

      Returns this

      A reference to this object.

    • Sets the page size.

      Parameters

      • Optionalsize: number

        The page size.

      Returns this

      A reference to this object.

    • Sets the sort criteria.

      Parameters

      • Optionalsort: string | IZSort[]

        The list of sorts to make on the request.

      Returns this

      A reference to this object.