public static class DialogNodeOutputOptionsElement.Builder
extends java.lang.Object
Constructor and Description |
---|
DialogNodeOutputOptionsElement.Builder()
Instantiates a new builder.
|
DialogNodeOutputOptionsElement.Builder(java.lang.String label,
DialogNodeOutputOptionsElementValue value)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
DialogNodeOutputOptionsElement |
build()
Builds a DialogNodeOutputOptionsElement.
|
DialogNodeOutputOptionsElement.Builder |
label(java.lang.String label)
Set the label.
|
DialogNodeOutputOptionsElement.Builder |
value(DialogNodeOutputOptionsElementValue value)
Set the value.
|
public DialogNodeOutputOptionsElement.Builder()
public DialogNodeOutputOptionsElement.Builder(java.lang.String label, DialogNodeOutputOptionsElementValue value)
label
- the labelvalue
- the valuepublic DialogNodeOutputOptionsElement build()
public DialogNodeOutputOptionsElement.Builder label(java.lang.String label)
label
- the labelpublic DialogNodeOutputOptionsElement.Builder value(DialogNodeOutputOptionsElementValue value)
value
- the value