HttpMethod
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

Enumeration of HTTP methods supported by Request

Estende:Enum
Pacchetto:facebook
Metodi di classe
values()
public static HttpMethod values()
valueOf(String)
public static HttpMethod valueOf(String name)
ParametroDescrizione
name
Costanti
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