Interface GetGlossaryTermResponse.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.
    • glossaryId

      GetGlossaryTermResponse.Builder glossaryId(String glossaryId)

      The unique identifier of the glossary containing this term.

      Parameters:
      glossaryId - The unique identifier of the glossary containing this 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

      GetGlossaryTermResponse.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.
    • longDescription

      GetGlossaryTermResponse.Builder longDescription(String longDescription)

      The long description of the glossary term.

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