Interface FilterAttribute.Builder

    • Method Detail

      • key

        FilterAttribute.Builder key​(String key)

        The name of metadata attribute/field, which must match the name in your data source/document metadata.

        Parameters:
        key - The name of metadata attribute/field, which must match the name in your data source/document metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        FilterAttribute.Builder value​(Document value)

        The value of the metadata attribute/field.

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