com.fitbit.api.model
Class UpdatedResource

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

public class UpdatedResource
extends Object


Constructor Summary
UpdatedResource(org.json.JSONObject json)
           
UpdatedResource(String subscriptionId, FitbitResourceOwner owner, APICollectionType collectionType, org.joda.time.LocalDate date)
           
 
Method Summary
 APICollectionType getCollectionType()
           
 org.joda.time.LocalDate getDate()
           
 FitbitResourceOwner getOwner()
           
 String getOwnerId()
           
 ResourceOwnerType getOwnerType()
           
 String getSubscriptionId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatedResource

public UpdatedResource(String subscriptionId,
                       FitbitResourceOwner owner,
                       APICollectionType collectionType,
                       org.joda.time.LocalDate date)

UpdatedResource

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

getSubscriptionId

public String getSubscriptionId()

getOwner

@ApiTransient
public FitbitResourceOwner getOwner()

getOwnerId

public String getOwnerId()

getOwnerType

public ResourceOwnerType getOwnerType()

getCollectionType

public APICollectionType getCollectionType()

getDate

public org.joda.time.LocalDate getDate()


Copyright © 2012. All Rights Reserved.