Uses of Class
com.fitbit.api.client.http.Response

Packages that use Response
com.fitbit.api   
com.fitbit.api.client   
com.fitbit.api.client.http   
com.fitbit.api.common.model.achievement   
com.fitbit.api.common.model.activities   
com.fitbit.api.common.model.body   
com.fitbit.api.common.model.devices   
com.fitbit.api.common.model.foods   
com.fitbit.api.common.model.sleep   
com.fitbit.api.model   
 

Uses of Response in com.fitbit.api
 

Methods in com.fitbit.api with parameters of type Response
static List<FitbitApiError> FitbitApiError.constructFitbitApiErrorList(Response res)
           
 

Constructors in com.fitbit.api with parameters of type Response
FitbitAPIException(String cause, Response res)
           
 

Uses of Response in com.fitbit.api.client
 

Methods in com.fitbit.api.client that return Response
 Response FitbitApiClientAgent.getCollectionResponseForDate(LocalUserDetail localUser, FitbitUser fitbitUser, APICollectionType type, org.joda.time.LocalDate date)
           
 Response FitbitApiClientAgent.getCollectionResponseForProperty(LocalUserDetail localUser, FitbitUser fitbitUser, APICollectionType type, ApiCollectionProperty property)
           
protected  Response FitbitApiClientAgent.httpDelete(String url, boolean authenticate)
           
protected  Response FitbitApiClientAgent.httpDelete(String url, PostParameter[] params, boolean authenticate)
           
protected  Response FitbitApiClientAgent.httpGet(String url, boolean authenticate)
          Issues an HTTP GET request.
protected  Response FitbitApiClientAgent.httpGet(String url, PostParameter[] params, boolean authenticate)
          Issues an HTTP GET request.
protected  Response FitbitApiClientAgent.httpGet(String url, String name1, String value1, boolean authenticate)
          Issues an HTTP GET request.
protected  Response FitbitApiClientAgent.httpGet(String url, String name1, String value1, String name2, String value2, boolean authenticate)
          Issues an HTTP GET request.
protected  Response FitbitApiClientAgent.httpPost(String url, PostParameter[] params, boolean authenticate)
           
 

Methods in com.fitbit.api.client with parameters of type Response
static String FitbitApiClientAgent.getErrorMessage(Response res)
           
static void FitbitApiClientAgent.throwExceptionIfError(Response res)
           
static void FitbitApiClientAgent.throwExceptionIfError(Response res, int expectedStatusCode)
           
 

Uses of Response in com.fitbit.api.client.http
 

Methods in com.fitbit.api.client.http that return Response
 Response HttpClient.delete(String url)
           
 Response HttpClient.delete(String url, boolean authenticated)
           
 Response HttpClient.get(String url)
           
 Response HttpClient.get(String url, boolean authenticated)
           
protected  Response HttpClient.httpRequest(HttpClient.HttpMethod method, String url, PostParameter[] postParams, boolean authenticated)
           
 Response HttpClient.post(String url)
           
 Response HttpClient.post(String url, boolean authenticated)
           
 Response HttpClient.post(String url, PostParameter[] postParameters)
           
 Response HttpClient.post(String url, PostParameter[] postParameters, boolean authenticated)
           
 

Uses of Response in com.fitbit.api.common.model.achievement
 

Methods in com.fitbit.api.common.model.achievement with parameters of type Response
static Achievements Achievements.constructAchievements(Response res)
           
 

Uses of Response in com.fitbit.api.common.model.activities
 

Methods in com.fitbit.api.common.model.activities with parameters of type Response
static Activities Activities.constructActivities(Response res)
           
static List<ActivityReference> ActivityReference.constructActivityReferenceList(Response res)
           
static List<LoggedActivityReference> LoggedActivityReference.constructLoggedActivityReferenceList(Response res)
           
 

Uses of Response in com.fitbit.api.common.model.body
 

Methods in com.fitbit.api.common.model.body with parameters of type Response
static BodyWithGoals BodyWithGoals.constructBodyWithGoals(Response res)
           
 

Uses of Response in com.fitbit.api.common.model.devices
 

Methods in com.fitbit.api.common.model.devices with parameters of type Response
static List<Device> Device.constructDeviceList(Response res)
           
 

Uses of Response in com.fitbit.api.common.model.foods
 

Methods in com.fitbit.api.common.model.foods with parameters of type Response
static List<Food> Food.constructFoodList(Response res)
           
static List<Food> Food.constructFoodList(Response res, String arrayName)
           
static List<Food> Food.constructFoodListFromArrayResponse(Response res)
           
static List<FoodLog> FoodLog.constructFoodlogList(Response res)
           
static List<FoodLog> Foods.constructFoodlogList(Response res)
           
static List<FoodLog> FoodLog.constructFoodLogList(Response res, String arrayName)
           
static List<FoodLog> Foods.constructFoodLogList(Response res, String arrayName)
           
static Foods Foods.constructFoods(Response res)
           
static List<FoodUnit> FoodUnit.constructFoodUnitList(Response res)
           
static List<LoggedFood> LoggedFood.constructLoggedFoodReferenceList(Response res)
           
 

Uses of Response in com.fitbit.api.common.model.sleep
 

Methods in com.fitbit.api.common.model.sleep with parameters of type Response
static Sleep Sleep.constructSleep(Response res)
           
 

Uses of Response in com.fitbit.api.model
 

Constructors in com.fitbit.api.model with parameters of type Response
ApiRateLimitStatus(Response res)
           
 



Copyright © 2012. All Rights Reserved.