public class UpdateTransitionExecutionOptions
extends java.lang.Object
| Constructor and Description |
|---|
UpdateTransitionExecutionOptions() |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addOptions(org.json.JSONObject body) |
UpdateTransitionExecutionOptions |
setError(org.json.JSONObject output) |
UpdateTransitionExecutionOptions |
setOutput(org.json.JSONObject error) |
UpdateTransitionExecutionOptions |
setStartTime(java.lang.String startTime) |
org.json.JSONObject |
toJson() |
public UpdateTransitionExecutionOptions setOutput(org.json.JSONObject error)
public UpdateTransitionExecutionOptions setError(org.json.JSONObject output)
public UpdateTransitionExecutionOptions setStartTime(java.lang.String startTime)
public org.json.JSONObject addOptions(org.json.JSONObject body)
public org.json.JSONObject toJson()