Uses of Class
com.fitbit.api.common.model.sleep.SleepLog

Packages that use SleepLog
com.fitbit.api.client   
com.fitbit.api.common.model.sleep   
 

Uses of SleepLog in com.fitbit.api.client
 

Methods in com.fitbit.api.client that return SleepLog
 SleepLog FitbitApiClientAgent.logSleep(LocalUserDetail localUser, org.joda.time.LocalDate date, org.joda.time.LocalTime startTime, long duration)
          Create log entry for a sleep
 

Uses of SleepLog in com.fitbit.api.common.model.sleep
 

Methods in com.fitbit.api.common.model.sleep that return types with arguments of type SleepLog
 List<SleepLog> Sleep.getSleepLogs()
           
 

Methods in com.fitbit.api.common.model.sleep with parameters of type SleepLog
 void SleepSummary.addSleepLog(SleepLog sleepLog)
           
 

Method parameters in com.fitbit.api.common.model.sleep with type arguments of type SleepLog
 void Sleep.setSleepLogs(List<SleepLog> sleepLogs)
           
 

Constructor parameters in com.fitbit.api.common.model.sleep with type arguments of type SleepLog
Sleep(SleepSummary summary, List<SleepLog> sleepLogs)
           
 



Copyright © 2012. All Rights Reserved.