Interface NewCustomVocabularyItem.Builder

    • Method Detail

      • phrase

        NewCustomVocabularyItem.Builder phrase​(String phrase)

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

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

        NewCustomVocabularyItem.Builder weight​(Integer weight)

        The weight assigned to the new custom vocabulary item from the custom vocabulary list.

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

        NewCustomVocabularyItem.Builder displayAs​(String displayAs)

        The display as value assigned to the new custom vocabulary item from the custom vocabulary list.

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