HttpMethod
Existe una versión más reciente de esta clase. Consulta la última versión.

Enumeration of HTTP methods supported by Request

Hereda de:Enum
Paquete:facebook
Métodos de clase
values()
public static HttpMethod values()
valueOf(String)
public static HttpMethod valueOf(String name)
ParámetroDescripción
name
Constantes
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