com.fitbit.api.model
Class FitbitResourceOwner

java.lang.Object
  extended by com.fitbit.api.model.FitbitResourceOwner
Direct Known Subclasses:
FitbitGroup, FitbitUser

public abstract class FitbitResourceOwner
extends Object


Method Summary
 boolean equals(Object obj)
           
static FitbitResourceOwner fromIdentifier(ResourceOwnerType resourceOwnerType, String id)
           
static FitbitResourceOwner fromJson(org.json.JSONObject json)
           
 String getId()
           
 ResourceOwnerType getResourceOwnerType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fromJson

public static FitbitResourceOwner fromJson(org.json.JSONObject json)

fromIdentifier

public static FitbitResourceOwner fromIdentifier(ResourceOwnerType resourceOwnerType,
                                                 String id)

getResourceOwnerType

public ResourceOwnerType getResourceOwnerType()

getId

public String getId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.