|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||