Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
WordStyle.Builder |
addNames(String names)
Adds a new element to names.
|
WordStyle |
build()
Builds a WordStyle.
|
WordStyle.Builder |
level(long level)
Set the level.
|
WordStyle.Builder |
names(List<String> names)
Set the names.
|
public WordStyle build()
public WordStyle.Builder addNames(String names)
names
- the new element to be addedpublic WordStyle.Builder level(long level)
level
- the levelpublic WordStyle.Builder names(List<String> names)
names
- the namesCopyright © 2024 IBM Cloud. All rights reserved.