Package com.openfin.desktop.platform
Class ApiOptions
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.platform.ApiOptions
public class ApiOptions extends JsonBean
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ApiOptions()
ApiOptions(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description IFrameOptions
getIFrameOptions()
void
setIFrameOptions(IFrameOptions options)
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJson, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
Constructor Details
-
ApiOptions
public ApiOptions() -
ApiOptions
public ApiOptions(org.json.JSONObject json)
-
-
Method Details