HttpMethod
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

Enumeration of HTTP methods supported by Request

拡張:Enum
パッケージ:facebook
クラスメソッド
values()
public static HttpMethod values()
valueOf(String)
public static HttpMethod valueOf(String name)
パラメーター説明
name
定数
GET
Use HTTP method "GET" for the request
public static final HttpMethod GET
POST
Use HTTP method "POST" for the request
public static final HttpMethod POST
DELETE
Use HTTP method "DELETE" for the request
public static final HttpMethod DELETE