public class CreateWorkflowOptions extends NameAndDescriptionOptions<CreateWorkflowOptions>
| Constructor and Description |
|---|
CreateWorkflowOptions() |
CreateWorkflowOptions(org.json.JSONObject errorConfig) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addOptions(org.json.JSONObject body) |
CreateWorkflowOptions |
setErrorConfig(org.json.JSONObject errorConfig) |
org.json.JSONObject |
toJson() |
setDescription, setNamepublic CreateWorkflowOptions()
public CreateWorkflowOptions(org.json.JSONObject errorConfig)
public CreateWorkflowOptions setErrorConfig(org.json.JSONObject errorConfig)
public org.json.JSONObject addOptions(org.json.JSONObject body)
addOptions in class NameAndDescriptionOptions<CreateWorkflowOptions>public org.json.JSONObject toJson()
toJson in class NameAndDescriptionOptions<CreateWorkflowOptions>