HttpMethod
A more recent version of this class is available. Check out the latest version.

Enumeration of HTTP methods supported by Request

Extends:Enum
Package:facebook
Class Methods
values()
public static HttpMethod values()
valueOf(String)
public static HttpMethod valueOf(String name)
ParameterDescription
name
Constants
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