Uses of Class
com.fitbit.api.common.model.foods.FoodUnit

Packages that use FoodUnit
com.fitbit.api.client   
com.fitbit.api.common.model.foods   
 

Uses of FoodUnit in com.fitbit.api.client
 

Methods in com.fitbit.api.client that return types with arguments of type FoodUnit
 List<FoodUnit> FitbitApiClientAgent.getFoodUnits()
          Get list of all valid Fitbit food units
 

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

Methods in com.fitbit.api.common.model.foods that return FoodUnit
 FoodUnit Food.getDefaultUnit()
           
 FoodUnit LoggedFood.getUnit()
           
 FoodUnit Serving.getUnit()
           
 

Methods in com.fitbit.api.common.model.foods that return types with arguments of type FoodUnit
static List<FoodUnit> FoodUnit.constructFoodUnitList(Response res)
           
static List<FoodUnit> FoodUnit.jsonArrayToFoodUnitList(org.json.JSONArray array)
           
 

Constructors in com.fitbit.api.common.model.foods with parameters of type FoodUnit
Food(long foodId, String name, String brand, String accessLevel, int calories, double defaultServingSize, FoodUnit defaultUnit, int[] units)
           
LoggedFood(long foodId, String name, String brand, String accessLevel, int calories, double amount, FoodUnit unit, byte mealTypeId, int[] units)
           
Serving(int unitId, double servingSize, double multiplier, FoodUnit unit)
           
 



Copyright © 2012. All Rights Reserved.