Uses of Class
com.fitbit.api.common.model.body.FatLog

Packages that use FatLog
com.fitbit.api.client   
com.fitbit.api.common.model.body   
 

Uses of FatLog in com.fitbit.api.client
 

Methods in com.fitbit.api.client that return FatLog
 FatLog FitbitApiClientAgent.logFat(LocalUserDetail localUser, double fat, org.joda.time.LocalDate date)
          Create log entry for a fat
 FatLog FitbitApiClientAgent.logFat(LocalUserDetail localUser, double fat, org.joda.time.LocalDate date, String time)
          Create log entry for a fat
 FatLog FitbitApiClientAgent.logFat(LocalUserDetail localUser, List<PostParameter> params)
           
 

Methods in com.fitbit.api.client that return types with arguments of type FatLog
 List<FatLog> FitbitApiClientAgent.getLoggedFat(LocalUserDetail localUser, FitbitUser fitbitUser, org.joda.time.LocalDate date)
          Get list of a user's fat log entries for a given day
 List<FatLog> FitbitApiClientAgent.getLoggedFat(LocalUserDetail localUser, FitbitUser fitbitUser, org.joda.time.LocalDate endDate, DataPeriod period)
          Get list of a user's fat log entries for a given days' period
 List<FatLog> FitbitApiClientAgent.getLoggedFat(LocalUserDetail localUser, FitbitUser fitbitUser, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate)
          Get list of a user's fat log entries for a given days' range
 List<FatLog> FitbitApiClientAgent.getLoggedFat(LocalUserDetail localUser, FitbitUser fitbitUser, String dateUrl)
          Get list of a user's fat log entries
 

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

Methods in com.fitbit.api.common.model.body that return types with arguments of type FatLog
static List<FatLog> FatLog.constructFatLogList(org.json.JSONArray array)
           
 



Copyright © 2012. All Rights Reserved.