|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LoggedFood | |
|---|---|
| com.fitbit.api.client | |
| com.fitbit.api.common.model.foods | |
| Uses of LoggedFood in com.fitbit.api.client |
|---|
| Methods in com.fitbit.api.client that return types with arguments of type LoggedFood | |
|---|---|
List<LoggedFood> |
FitbitApiClientAgent.getFrequentFoods(LocalUserDetail localUser,
FitbitUser fitbitUser)
Get a list of a user's frequent foods |
List<LoggedFood> |
FitbitApiClientAgent.getLoggedFoods(LocalUserDetail localUser,
FitbitUser fitbitUser,
ApiCollectionProperty property)
|
List<LoggedFood> |
FitbitApiClientAgent.getRecentFoods(LocalUserDetail localUser,
FitbitUser fitbitUser)
Get a list of a user's recent foods |
| Uses of LoggedFood in com.fitbit.api.common.model.foods |
|---|
| Fields in com.fitbit.api.common.model.foods declared as LoggedFood | |
|---|---|
protected LoggedFood |
FoodLog.loggedFood
|
| Methods in com.fitbit.api.common.model.foods that return LoggedFood | |
|---|---|
LoggedFood |
FoodLog.getLoggedFood()
|
| Methods in com.fitbit.api.common.model.foods that return types with arguments of type LoggedFood | |
|---|---|
static List<LoggedFood> |
LoggedFood.constructLoggedFoodReferenceList(Response res)
|
List<LoggedFood> |
Meal.getMealFoods()
|
static List<LoggedFood> |
LoggedFood.jsonArrayToLoggedFoodReferenceList(org.json.JSONArray array)
|
| Constructors in com.fitbit.api.common.model.foods with parameters of type LoggedFood | |
|---|---|
FoodLog(long logId,
LoggedFood loggedFood,
NutritionalValues nutritionalValues,
boolean favorite)
|
|
FoodLog(long logId,
LoggedFood loggedFood,
NutritionalValues nutritionalValues,
boolean favorite,
org.joda.time.LocalDate logDate)
|
|
| Constructor parameters in com.fitbit.api.common.model.foods with type arguments of type LoggedFood | |
|---|---|
Meal(long id,
String name,
String description,
List<LoggedFood> mealFoods)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||