facebook4j.internal.http
Class RequestMethod

java.lang.Object
  extended by 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

Field Summary
static RequestMethod DELETE
           
static RequestMethod GET
           
static RequestMethod HEAD
           
static RequestMethod POST
           
static RequestMethod PUT
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String name()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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.