facebook4j.internal.http
Class RequestMethod
java.lang.Object
facebook4j.internal.http.RequestMethod
- All Implemented Interfaces:
- Serializable
public final class RequestMethod
- extends Object
- implements Serializable
- Author:
- Dan Checkoway - dcheckoway at gmail.com
- See Also:
- Serialized Form
GET
public static final RequestMethod GET
POST
public static final RequestMethod POST
DELETE
public static final RequestMethod DELETE
HEAD
public static final RequestMethod HEAD
PUT
public static final RequestMethod PUT
name
public final String name()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014. All Rights Reserved.