public class UpdateTransitionOptions extends NameAndDescriptionOptions<UpdateTransitionOptions>
| Constructor and Description |
|---|
UpdateTransitionOptions() |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addOptions(org.json.JSONObject body) |
UpdateTransitionOptions |
setInputJsonSchema(org.json.JSONObject schema) |
UpdateTransitionOptions |
setOutputJsonSchema(org.json.JSONObject schema) |
org.json.JSONObject |
toJson() |
setDescription, setNamepublic UpdateTransitionOptions setInputJsonSchema(org.json.JSONObject schema)
public UpdateTransitionOptions setOutputJsonSchema(org.json.JSONObject schema)
public org.json.JSONObject addOptions(org.json.JSONObject body)
addOptions in class NameAndDescriptionOptions<UpdateTransitionOptions>public org.json.JSONObject toJson()
toJson in class NameAndDescriptionOptions<UpdateTransitionOptions>