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

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

public class ScaleInvite
extends Object


Constructor Summary
ScaleInvite(org.json.JSONObject jsonObject)
           
 
Method Summary
 String getEmail()
           
 Long getInviteId()
           
 String getScaleUserName()
           
static List<ScaleInvite> jsonArrayToScaleInvitesList(org.json.JSONArray array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScaleInvite

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

jsonArrayToScaleInvitesList

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

getInviteId

public Long getInviteId()

getEmail

public String getEmail()

getScaleUserName

public String getScaleUserName()


Copyright © 2012. All Rights Reserved.