onspring-api-sdk
    Preparing search index...

    Class QueryFilter

    QueryFilter - Represents a query filter.

    Index
    • Parameters

      • fieldId: number

        The id of the field to filter on.

      • operator: FilterOperators

        The operator for the filter.

      • value: string | number | Date | null

        The value for the filter.

      Returns QueryFilter

      • A new instance of the QueryFilter class.
      • If the value is null and the operator is not IsNull or NotNull.
    fieldId: number
    operator: FilterOperators
    value: string | number | Date | null
    • Returns string

      • The filter as a string.

      toString - Converts the filter to a string.