Interface FeaturedDocumentWithMetadata.Builder

    • Method Detail

      • id

        FeaturedDocumentWithMetadata.Builder id​(String id)

        The identifier of the featured document with its metadata. You can use the Query API to search for specific documents with their document IDs included in the result items, or you can use the console.

        Parameters:
        id - The identifier of the featured document with its metadata. You can use the Query API to search for specific documents with their document IDs included in the result items, or you can use the console.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        FeaturedDocumentWithMetadata.Builder title​(String title)

        The main title of the featured document.

        Parameters:
        title - The main title of the featured document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uri

        FeaturedDocumentWithMetadata.Builder uri​(String uri)

        The source URI location of the featured document.

        Parameters:
        uri - The source URI location of the featured document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.