Interface CustomVocabularyItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CustomVocabularyItem.Builder,CustomVocabularyItem>, SdkBuilder<CustomVocabularyItem.Builder,CustomVocabularyItem>, SdkPojo
Enclosing class:
CustomVocabularyItem

public static interface CustomVocabularyItem.Builder extends SdkPojo, CopyableBuilder<CustomVocabularyItem.Builder,CustomVocabularyItem>
  • 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.