Uses of Class
twitter4j.internal.http.RequestMethod

Packages that use RequestMethod
twitter4j.internal.http   
 

Uses of RequestMethod in twitter4j.internal.http
 

Fields in twitter4j.internal.http declared as RequestMethod
static RequestMethod RequestMethod.DELETE
           
static RequestMethod RequestMethod.GET
           
static RequestMethod RequestMethod.HEAD
           
static RequestMethod RequestMethod.POST
           
static RequestMethod RequestMethod.PUT
           
 

Methods in twitter4j.internal.http that return RequestMethod
 RequestMethod HttpRequest.getMethod()
           
 

Constructors in twitter4j.internal.http with parameters of type RequestMethod
HttpRequest(RequestMethod method, String url, HttpParameter[] parameters, Authorization authorization, Map<String,String> requestHeaders)
           
 



Copyright © 2012. All Rights Reserved.