Interface Filter.Builder

    • Method Detail

      • field

        Filter.Builder field​(String field)

        The field on which to filter.

        Parameters:
        field - The field on which to filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterField, FilterField
      • field

        Filter.Builder field​(FilterField field)

        The field on which to filter.

        Parameters:
        field - The field on which to filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterField, FilterField
      • operator

        Filter.Builder operator​(String operator)

        The operator to use for comparing the field’s value with the provided value.

        Parameters:
        operator - The operator to use for comparing the field’s value with the provided value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterOperator, FilterOperator
      • operator

        Filter.Builder operator​(FilterOperator operator)

        The operator to use for comparing the field’s value with the provided value.

        Parameters:
        operator - The operator to use for comparing the field’s value with the provided value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterOperator, FilterOperator
      • value

        Filter.Builder value​(String value)

        The desired field value on which to filter.

        Parameters:
        value - The desired field value on which to filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.