IRestApiHelper
public interface IRestApiHelper
com.android.tradefed.util.IRestApiHelper |
REST API 呼び出しを実行するためのヘルパー インターフェイス。
まとめ
公開メソッド |
---|
abstract HttpResponse | execute (String method, String[] uriParts, options, JSONObject data) execute (String method, String[] uriParts, options, JSONObject data) API リクエストを実行します。 |
公開メソッド
実行する
public abstract HttpResponse execute (String method,
String[] uriParts,
options,
JSONObject data)
API リクエストを実行します。
パラメーター |
---|
method | String : リクエストの HTTP メソッド |
uriParts | String : リクエスト URI の構築に使用される URL エンコードされた URI パーツ。 |
options | : クエリ文字列の作成に使用されるエンコードされていないパラメーター名と値 |
data | JSONObject : リクエストとともに送信されるデータ |
戻り値 |
---|
HttpResponse | HttpResponse オブジェクト |