Uses of Class
com.fitbit.api.common.model.units.UnitSystem

Packages that use UnitSystem
com.fitbit.api.client   
com.fitbit.api.common.model.units   
 

Uses of UnitSystem in com.fitbit.api.client
 

Methods in com.fitbit.api.client with parameters of type UnitSystem
 Scale FitbitApiClientAgent.updateScaleSettings(LocalUserDetail localUser, String deviceId, String name, UnitSystem unitSystem, Integer brightness)
          Update scale settings
 

Uses of UnitSystem in com.fitbit.api.common.model.units
 

Methods in com.fitbit.api.common.model.units that return UnitSystem
static UnitSystem UnitSystem.findByDisplayLocale(String displayLocale)
           
static UnitSystem UnitSystem.getUnitSystem(Locale locale)
           
static UnitSystem UnitSystem.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UnitSystem[] UnitSystem.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.