Interface IterableFormListItem.Builder

  • Method Details

    • itemId

      The unique identifier of the item.

      Parameters:
      itemId - The unique identifier of the item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • itemName

      The name of the item.

      Parameters:
      itemName - The name of the item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      IterableFormListItem.Builder description(String description)

      The description of the item.

      Parameters:
      description - The description of the item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glossaryTerms

      IterableFormListItem.Builder glossaryTerms(Collection<String> glossaryTerms)

      The identifiers of the glossary terms associated with the item.

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

      IterableFormListItem.Builder glossaryTerms(String... glossaryTerms)

      The identifiers of the glossary terms associated with the item.

      Parameters:
      glossaryTerms - The identifiers of the glossary terms associated with the item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.