twitter4j.internal.http
Class RequestMethod

java.lang.Object
  extended by twitter4j.internal.http.RequestMethod
All Implemented Interfaces:
java.io.Serializable

public final class RequestMethod
extends java.lang.Object
implements java.io.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(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String name()
           
 java.lang.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 java.lang.String name()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.