public class ListWordsOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ListWordsOptions.Builder
Builder.
|
static interface |
ListWordsOptions.Sort
Indicates the order in which the words are to be listed, `alphabetical` or by `count`.
|
static interface |
ListWordsOptions.WordType
The type of words to be listed from the custom language model's words resource: * `all` (the default) shows all
words.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
customizationId()
Gets the customizationId.
|
ListWordsOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
sort()
Gets the sort.
|
java.lang.String |
wordType()
Gets the wordType.
|
equals, hashCode, toString
public ListWordsOptions.Builder newBuilder()
public java.lang.String customizationId()
public java.lang.String wordType()
public java.lang.String sort()