Interface CustomVocabularyItem.Builder

    • Method Detail

      • itemId

        CustomVocabularyItem.Builder itemId​(String 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

        CustomVocabularyItem.Builder phrase​(String 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

        CustomVocabularyItem.Builder weight​(Integer 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.