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