com.fitbit.api.model
Class SubscriptionDetail

java.lang.Object
  extended by com.fitbit.api.model.SubscriptionDetail

public class SubscriptionDetail
extends Object


Constructor Summary
SubscriptionDetail(org.json.JSONObject json)
           
SubscriptionDetail(String subscriberId, String subscriptionId, FitbitResourceOwner owner, APICollectionType collectionType)
           
 
Method Summary
 boolean equals(Object obj)
           
 APICollectionType getCollectionType()
           
 FitbitResourceOwner getOwner()
           
 String getSubscriberId()
           
 String getSubscriptionId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionDetail

public SubscriptionDetail(String subscriberId,
                          String subscriptionId,
                          FitbitResourceOwner owner,
                          APICollectionType collectionType)

SubscriptionDetail

public SubscriptionDetail(org.json.JSONObject json)
Method Detail

getSubscriberId

public String getSubscriberId()

getSubscriptionId

public String getSubscriptionId()

getOwner

public FitbitResourceOwner getOwner()

getCollectionType

public APICollectionType getCollectionType()

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.