public class UpdateTransitionExecutionOptions extends Options
| 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) |
UpdateTransitionExecutionOptions |
setStartTime(java.time.ZonedDateTime 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 UpdateTransitionExecutionOptions setStartTime(java.time.ZonedDateTime startTime)
public org.json.JSONObject addOptions(org.json.JSONObject body)
addOptions in class Optionspublic org.json.JSONObject toJson()