twitter4j.internal.http
Class RequestMethod
java.lang.Object
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
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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 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.