public static interface CustomVocabularyItem.Builder extends SdkPojo, CopyableBuilder<CustomVocabularyItem.Builder,CustomVocabularyItem>
| Modifier and Type | Method and Description |
|---|---|
CustomVocabularyItem.Builder |
displayAs(String displayAs)
The display as value for the custom vocabulary item from the custom vocabulary list.
|
CustomVocabularyItem.Builder |
itemId(String itemId)
The unique item identifer for the custom vocabulary item from the custom vocabulary list.
|
CustomVocabularyItem.Builder |
phrase(String phrase)
The unique phrase for the custom vocabulary item from the custom vocabulary list.
|
CustomVocabularyItem.Builder |
weight(Integer weight)
The weight assigned for the custom vocabulary item from the custom vocabulary list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomVocabularyItem.Builder itemId(String itemId)
The unique item identifer for the custom vocabulary item from the custom vocabulary list.
itemId - The unique item identifer for the custom vocabulary item from the custom vocabulary list.CustomVocabularyItem.Builder phrase(String phrase)
The unique phrase for the custom vocabulary item from the custom vocabulary list.
phrase - The unique phrase for the custom vocabulary item from the custom vocabulary list.CustomVocabularyItem.Builder weight(Integer weight)
The weight assigned for the custom vocabulary item from the custom vocabulary list.
weight - The weight assigned for the custom vocabulary item from the custom vocabulary list.CustomVocabularyItem.Builder displayAs(String displayAs)
The display as value for the custom vocabulary item from the custom vocabulary list.
displayAs - The display as value for the custom vocabulary item from the custom vocabulary list.Copyright © 2022. All rights reserved.