Interface FilterCondition.Builder

    • Method Detail

      • field

        FilterCondition.Builder field​(String field)

        The field to filter in the filter condition.

        Parameters:
        field - The field to filter in the filter condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FieldNameString, FieldNameString
      • comparisonOperator

        FilterCondition.Builder comparisonOperator​(String comparisonOperator)

        The comparison operator used in the filter condition.

        Parameters:
        comparisonOperator - The comparison operator used in the filter condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComparisonOperator, ComparisonOperator
      • comparisonOperator

        FilterCondition.Builder comparisonOperator​(ComparisonOperator comparisonOperator)

        The comparison operator used in the filter condition.

        Parameters:
        comparisonOperator - The comparison operator used in the filter condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComparisonOperator, ComparisonOperator
      • stringValueList

        FilterCondition.Builder stringValueList​(Collection<String> stringValueList)

        A string with values used in evaluating the filter condition.

        Parameters:
        stringValueList - A string with values used in evaluating the filter condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stringValueList

        FilterCondition.Builder stringValueList​(String... stringValueList)

        A string with values used in evaluating the filter condition.

        Parameters:
        stringValueList - A string with values used in evaluating the filter condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.