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