public abstract class Options
extends java.lang.Object
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOption(org.json.JSONObject body,
java.lang.String key,
java.lang.Boolean value) |
protected void |
addOption(org.json.JSONObject body,
java.lang.String key,
java.lang.Integer value) |
protected void |
addOption(org.json.JSONObject body,
java.lang.String key,
org.json.JSONArray value) |
protected void |
addOption(org.json.JSONObject body,
java.lang.String key,
org.json.JSONObject value) |
protected void |
addOption(org.json.JSONObject body,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> value) |
protected void |
addOption(org.json.JSONObject body,
java.lang.String key,
ai.lucidtech.las.sdk.NullableString value) |
protected void |
addOption(org.json.JSONObject body,
java.lang.String key,
Options value) |
protected void |
addOption(org.json.JSONObject body,
java.lang.String key,
java.lang.String value) |
protected void |
addOption(org.json.JSONObject body,
java.lang.String key,
java.lang.String[] value) |
abstract org.json.JSONObject |
addOptions(org.json.JSONObject body) |
protected void addOption(org.json.JSONObject body,
java.lang.String key,
ai.lucidtech.las.sdk.NullableString value)
protected void addOption(org.json.JSONObject body,
java.lang.String key,
java.lang.String value)
protected void addOption(org.json.JSONObject body,
java.lang.String key,
java.lang.String[] value)
protected void addOption(org.json.JSONObject body,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> value)
protected void addOption(org.json.JSONObject body,
java.lang.String key,
java.lang.Boolean value)
protected void addOption(org.json.JSONObject body,
java.lang.String key,
java.lang.Integer value)
protected void addOption(org.json.JSONObject body,
java.lang.String key,
org.json.JSONArray value)
protected void addOption(org.json.JSONObject body,
java.lang.String key,
org.json.JSONObject value)
protected void addOption(org.json.JSONObject body,
java.lang.String key,
Options value)
public abstract org.json.JSONObject addOptions(org.json.JSONObject body)