Uses of Class
com.fitbit.api.client.http.HttpClient.HttpMethod

Packages that use HttpClient.HttpMethod
com.fitbit.api.client.http   
 

Uses of HttpClient.HttpMethod in com.fitbit.api.client.http
 

Methods in com.fitbit.api.client.http that return HttpClient.HttpMethod
static HttpClient.HttpMethod HttpClient.HttpMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpClient.HttpMethod[] HttpClient.HttpMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.fitbit.api.client.http with parameters of type HttpClient.HttpMethod
protected  Response HttpClient.httpRequest(HttpClient.HttpMethod method, String url, PostParameter[] postParams, boolean authenticated)
           
 



Copyright © 2012. All Rights Reserved.