public static class InputData.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
InputData.Builder()
Instantiates a new builder. 
 | 
InputData.Builder(java.lang.String text)
Instantiates a new builder with required properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InputData | 
build()
Builds a InputData. 
 | 
InputData.Builder | 
text(java.lang.String text)
Set the text. 
 | 
public InputData.Builder()
public InputData.Builder(java.lang.String text)
text - the textpublic InputData build()
public InputData.Builder text(java.lang.String text)
text - the text