Interface DataProductItem.Builder

  • Method Details

    • glossaryTerms

      DataProductItem.Builder glossaryTerms(Collection<String> glossaryTerms)

      The glossary terms of the data product.

      Parameters:
      glossaryTerms - The glossary terms of the data product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glossaryTerms

      DataProductItem.Builder glossaryTerms(String... glossaryTerms)

      The glossary terms of the data product.

      Parameters:
      glossaryTerms - The glossary terms of the data product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identifier

      DataProductItem.Builder identifier(String identifier)

      The ID of the data product.

      Parameters:
      identifier - The ID of the data product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • itemType

      DataProductItem.Builder itemType(String itemType)

      The type of the data product.

      Parameters:
      itemType - The type of the data product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • itemType

      The type of the data product.

      Parameters:
      itemType - The type of the data product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • revision

      DataProductItem.Builder revision(String revision)

      The revision of the data product.

      Parameters:
      revision - The revision of the data product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.