com.android.volley
インタフェース Request.Method

含まれているクラス:
Request<T>

public static interface Request.Method

Supported request methods.


フィールドの概要
static int DELETE
           
static int DEPRECATED_GET_OR_POST
           
static int GET
           
static int POST
           
static int PUT
           
 

フィールドの詳細

DEPRECATED_GET_OR_POST

static final int DEPRECATED_GET_OR_POST
関連項目:
定数フィールド値

GET

static final int GET
関連項目:
定数フィールド値

POST

static final int POST
関連項目:
定数フィールド値

PUT

static final int PUT
関連項目:
定数フィールド値

DELETE

static final int DELETE
関連項目:
定数フィールド値