Interface FilterAttribute.Builder

    • Method Detail

      • key

        FilterAttribute.Builder key​(String key)

        The name that the metadata attribute must match.

        Parameters:
        key - The name that the metadata attribute must match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        FilterAttribute.Builder value​(Document value)

        The value to whcih to compare the value of the metadata attribute.

        Parameters:
        value - The value to whcih to compare the value of the metadata attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.