public static class DialogNodeOutputOptionsElement.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| 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 Builder()
public 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