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

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

Uses of WeightLog in com.fitbit.api.client
 

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

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

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

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



Copyright © 2012. All Rights Reserved.