Uses of Class
com.fitbit.api.common.model.bp.BpLog

Packages that use BpLog
com.fitbit.api.client   
com.fitbit.api.common.model.bp   
 

Uses of BpLog in com.fitbit.api.client
 

Methods in com.fitbit.api.client that return BpLog
 BpLog FitbitApiClientAgent.logBp(LocalUserDetail localUser, int systolic, int diastolic, org.joda.time.LocalDate date)
          Create log entry for a blood pressure measurement
 BpLog FitbitApiClientAgent.logBp(LocalUserDetail localUser, int systolic, int diastolic, org.joda.time.LocalDate date, String time)
          Create log entry for a blood pressure measurement
 BpLog FitbitApiClientAgent.logBp(LocalUserDetail localUser, List<PostParameter> params)
           
 

Uses of BpLog in com.fitbit.api.common.model.bp
 

Methods in com.fitbit.api.common.model.bp that return types with arguments of type BpLog
 List<BpLog> Bp.getBp()
           
 

Constructor parameters in com.fitbit.api.common.model.bp with type arguments of type BpLog
Bp(List<BpLog> bp, BpSummary average)
           
 



Copyright © 2012. All Rights Reserved.