protected static class WaianaService.WaianaAPIRequestUtils
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
WaianaAPIRequestUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAPIKey(org.json.JSONObject json) |
static boolean |
getBooleanSafely(org.json.JSONObject json,
java.lang.String key,
boolean defaultValue) |
static java.lang.String |
getCommand(org.json.JSONObject json) |
static java.lang.String |
getData(org.json.JSONObject json) |
static java.lang.String |
getEndpointType(org.json.JSONObject json) |
static boolean |
getIsDownloadable(org.json.JSONObject json) |
static boolean |
getIsEditable(org.json.JSONObject json) |
static boolean |
getIsPublic(org.json.JSONObject json) |
static boolean |
getIsSchema(org.json.JSONObject json) |
static java.lang.String |
getName(org.json.JSONObject json) |
static org.json.JSONObject |
getParameters(org.json.JSONObject json) |
static java.lang.String |
getShortName(org.json.JSONObject json) |
static java.lang.String |
getStringSafely(org.json.JSONObject json,
java.lang.String key) |
public static java.lang.String getAPIKey(org.json.JSONObject json)
public static java.lang.String getData(org.json.JSONObject json)
public static org.json.JSONObject getParameters(org.json.JSONObject json)
public static java.lang.String getCommand(org.json.JSONObject json)
public static java.lang.String getEndpointType(org.json.JSONObject json)
public static java.lang.String getShortName(org.json.JSONObject json)
public static java.lang.String getName(org.json.JSONObject json)
public static boolean getIsPublic(org.json.JSONObject json)
public static boolean getIsDownloadable(org.json.JSONObject json)
public static boolean getIsEditable(org.json.JSONObject json)
public static boolean getIsSchema(org.json.JSONObject json)
public static java.lang.String getStringSafely(org.json.JSONObject json, java.lang.String key)
public static boolean getBooleanSafely(org.json.JSONObject json, java.lang.String key, boolean defaultValue)
Copyright 2004-2015 Wandora Team