Enumeration of HTTP methods supported by Request
拡張: | Enum |
パッケージ: | facebook |
values()
public static HttpMethod values()
valueOf(String)
public static HttpMethod valueOf(String name)
パラメーター | 説明 |
---|---|
name |
GET
public static final HttpMethod GET
POST
public static final HttpMethod POST
DELETE
public static final HttpMethod DELETE