| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Modifier and Type | Method and Description | 
|---|---|
| WordStyle.Builder | addNames(String names)Adds an names 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 namespublic WordStyle.Builder level(long level)
level - the levelpublic WordStyle.Builder names(List<String> names)
names - the namesCopyright © 2023 IBM Cloud. All rights reserved.