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