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