public static class Counterexample.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String text)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
Counterexample |
build()
Builds a Counterexample.
|
Counterexample.Builder |
text(String text)
Set the text.
|
public Builder()
public Builder(String text)
text - the textpublic Counterexample build()
public Counterexample.Builder text(String text)
text - the textCopyright © 2022 IBM Cloud. All rights reserved.