A B C D E F G H I J M N O P Q R S T V W

J

JsonArrayRequest - com.android.volley.toolbox の クラス
A request for retrieving a JSONArray response body at a given URL.
JsonArrayRequest(String, Response.Listener<JSONArray>, Response.ErrorListener) - クラス com.android.volley.toolbox.JsonArrayRequest のコンストラクタ
Creates a new request.
JsonObjectRequest - com.android.volley.toolbox の クラス
A request for retrieving a JSONObject response body at a given URL, allowing for an optional JSONObject to be passed in as part of the request body.
JsonObjectRequest(int, String, JSONObject, Response.Listener<JSONObject>, Response.ErrorListener) - クラス com.android.volley.toolbox.JsonObjectRequest のコンストラクタ
Creates a new request.
JsonObjectRequest(String, JSONObject, Response.Listener<JSONObject>, Response.ErrorListener) - クラス com.android.volley.toolbox.JsonObjectRequest のコンストラクタ
Constructor which defaults to GET if jsonRequest is null, POST otherwise.
JsonRequest<T> - com.android.volley.toolbox の クラス
A request for retrieving a T type response body at a given URL that also optionally sends along a JSON body in the request specified.
JsonRequest(String, String, Response.Listener<T>, Response.ErrorListener) - クラス com.android.volley.toolbox.JsonRequest のコンストラクタ
推奨されていません。 Use #JsonRequest(int, String, String, Listener, ErrorListener).
JsonRequest(int, String, String, Response.Listener<T>, Response.ErrorListener) - クラス com.android.volley.toolbox.JsonRequest のコンストラクタ
 

A B C D E F G H I J M N O P Q R S T V W