Interface PropertyFilter.Builder

    • Method Detail

      • propertyName

        PropertyFilter.Builder propertyName​(String propertyName)

        The property name associated with this property filter.

        Parameters:
        propertyName - The property name associated with this property filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operator

        PropertyFilter.Builder operator​(String operator)

        The operator associated with this property filter.

        Parameters:
        operator - The operator associated with this property filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        PropertyFilter.Builder value​(DataValue value)

        The value associated with this property filter.

        Parameters:
        value - The value associated with this property filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.