Uses of Class
facebook4j.internal.http.RequestMethod

Packages that use RequestMethod
facebook4j   
facebook4j.internal.http   
 

Uses of RequestMethod in facebook4j
 

Constructors in facebook4j with parameters of type RequestMethod
BatchRequest(RequestMethod method, String relativeUrl)
           
 

Uses of RequestMethod in facebook4j.internal.http
 

Fields in facebook4j.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 facebook4j.internal.http that return RequestMethod
 RequestMethod HttpRequest.getMethod()
           
 

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



Copyright © 2014. All Rights Reserved.