Interface PropertyFilters.Builder

    • Method Detail

      • logicalOperator

        PropertyFilters.Builder logicalOperator​(String logicalOperator)

        The Logical Operator used to combine the Property Filters.

        Parameters:
        logicalOperator - The Logical Operator used to combine the Property Filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogicalOperator, LogicalOperator
      • logicalOperator

        PropertyFilters.Builder logicalOperator​(LogicalOperator logicalOperator)

        The Logical Operator used to combine the Property Filters.

        Parameters:
        logicalOperator - The Logical Operator used to combine the Property Filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogicalOperator, LogicalOperator
      • properties

        PropertyFilters.Builder properties​(Collection<PropertyFilter> properties)

        A list of Property Filters.

        Parameters:
        properties - A list of Property Filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • properties

        PropertyFilters.Builder properties​(PropertyFilter... properties)

        A list of Property Filters.

        Parameters:
        properties - A list of Property Filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.