com.fitbit.api.common.model.devices
Class ScaleUser

java.lang.Object
  extended by com.fitbit.api.common.model.devices.ScaleUser

public class ScaleUser
extends Object


Constructor Summary
ScaleUser(org.json.JSONObject jsonObject)
           
 
Method Summary
 BodyType bodyType()
           
 String getBodyType()
           
 String getScaleUserName()
           
 String getUserId()
           
 UserInfo getUserInfo()
           
static List<ScaleUser> jsonArrayToScaleUsersList(org.json.JSONArray array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScaleUser

public ScaleUser(org.json.JSONObject jsonObject)
          throws org.json.JSONException
Throws:
org.json.JSONException
Method Detail

jsonArrayToScaleUsersList

public static List<ScaleUser> jsonArrayToScaleUsersList(org.json.JSONArray array)
                                                 throws org.json.JSONException
Throws:
org.json.JSONException

getUserId

public String getUserId()

getScaleUserName

public String getScaleUserName()

getBodyType

public String getBodyType()

bodyType

public BodyType bodyType()

getUserInfo

public UserInfo getUserInfo()


Copyright © 2012. All Rights Reserved.