Interface GlossaryTermItem.Builder

  • Method Details

    • id

      The unique identifier of the glossary term.

      Parameters:
      id - The unique identifier of the glossary term.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the glossary term.

      Parameters:
      name - The name of the glossary term.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shortDescription

      GlossaryTermItem.Builder shortDescription(String shortDescription)

      The short description of the glossary term.

      Parameters:
      shortDescription - The short description of the glossary term.
      Returns:
      Returns a reference to this object so that method calls can be chained together.