Uses of Class
com.dropbox.client2.RESTUtility.RequestMethod

Packages that use RESTUtility.RequestMethod
com.dropbox.client2   
 

Uses of RESTUtility.RequestMethod in com.dropbox.client2
 

Methods in com.dropbox.client2 that return RESTUtility.RequestMethod
static RESTUtility.RequestMethod RESTUtility.RequestMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RESTUtility.RequestMethod[] RESTUtility.RequestMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.dropbox.client2 with parameters of type RESTUtility.RequestMethod
static Object RESTUtility.request(RESTUtility.RequestMethod method, String host, String path, int apiVersion, String[] params, Session session)
          Creates and sends a request to the Dropbox API, parses the response as JSON, and returns the result.
static DropboxAPI.RequestAndResponse RESTUtility.streamRequest(RESTUtility.RequestMethod method, String host, String path, int apiVersion, String[] params, Session session)
          Creates and sends a request to the Dropbox API, and returns a DropboxAPI.RequestAndResponse containing the HttpUriRequest and HttpResponse.
 



Copyright © 2012. All Rights Reserved.