Interface CustomVocabularyItem.Builder

  • Method Details

    • itemId

      The unique item identifer for the custom vocabulary item from the custom vocabulary list.

      Parameters:
      itemId - The unique item identifer for the custom vocabulary item from the custom vocabulary list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • phrase

      The unique phrase for the custom vocabulary item from the custom vocabulary list.

      Parameters:
      phrase - The unique phrase for the custom vocabulary item from the custom vocabulary list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • weight

      The weight assigned for the custom vocabulary item from the custom vocabulary list.

      Parameters:
      weight - The weight assigned for the custom vocabulary item from the custom vocabulary list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayAs

      CustomVocabularyItem.Builder displayAs(String displayAs)

      The DisplayAs value for the custom vocabulary item from the custom vocabulary list.

      Parameters:
      displayAs - The DisplayAs value for the custom vocabulary item from the custom vocabulary list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.