Uses of Class
com.fitbit.api.model.FitbitResourceOwner

Packages that use FitbitResourceOwner
com.fitbit.api   
com.fitbit.api.model   
 

Uses of FitbitResourceOwner in com.fitbit.api
 

Methods in com.fitbit.api with parameters of type FitbitResourceOwner
static String APIUtil.constructFullSubscriptionUrl(String baseUrl, APIVersion version, FitbitResourceOwner owner, APICollectionType collectionType, APIFormat format)
           
static String APIUtil.constructFullSubscriptionUrl(String baseUrl, APIVersion version, FitbitResourceOwner owner, APICollectionType collectionType, String subscriptionId, APIFormat format)
           
static String APIUtil.constructFullUrl(String baseUrl, APIVersion version, FitbitResourceOwner owner, APICollectionType collectionType, ApiCollectionProperty collectionProperty, APIFormat format)
           
static String APIUtil.constructFullUrl(String baseUrl, APIVersion version, FitbitResourceOwner owner, APICollectionType collectionType, org.joda.time.LocalDate date, APIFormat format)
           
static String APIUtil.constructRelativeUrl(FitbitResourceOwner owner, APICollectionType collectionType, org.joda.time.LocalDate date)
           
static String APIUtil.constructTimeSeriesUrl(String baseUrl, APIVersion version, FitbitResourceOwner owner, TimeSeriesResourceType resourceType, String startDate, String endDateOrPeriod, APIFormat format)
           
static String APIUtil.constructTimeSeriesUrl(String baseUrl, APIVersion version, FitbitResourceOwner owner, TimeSeriesResourceType resourceType, String startDate, String endDateOrPeriod, String startTime, String endTime, APIFormat format)
           
protected static String APIUtil.nullSafeConstructRelativeUrl(FitbitResourceOwner owner, APICollectionType collectionType, org.joda.time.LocalDate date, String subscriptionId)
           
protected static String APIUtil.nullSafeConstructUrl(String baseUrl, APIVersion version, FitbitResourceOwner owner, APICollectionType collectionType, ApiCollectionProperty collectionProperty, APIFormat format)
           
protected static String APIUtil.nullSafeConstructUrl(String baseUrl, APIVersion version, FitbitResourceOwner owner, APICollectionType collectionType, org.joda.time.LocalDate date, String subscriptionId, APIFormat format)
           
 

Uses of FitbitResourceOwner in com.fitbit.api.model
 

Subclasses of FitbitResourceOwner in com.fitbit.api.model
 class FitbitGroup
           
 class FitbitUser
           
 

Methods in com.fitbit.api.model that return FitbitResourceOwner
static FitbitResourceOwner FitbitResourceOwner.fromIdentifier(ResourceOwnerType resourceOwnerType, String id)
           
static FitbitResourceOwner FitbitResourceOwner.fromJson(org.json.JSONObject json)
           
 FitbitResourceOwner UpdatedResource.getOwner()
           
 FitbitResourceOwner SubscriptionDetail.getOwner()
           
 

Constructors in com.fitbit.api.model with parameters of type FitbitResourceOwner
SubscriptionDetail(String subscriberId, String subscriptionId, FitbitResourceOwner owner, APICollectionType collectionType)
           
UpdatedResource(String subscriptionId, FitbitResourceOwner owner, APICollectionType collectionType, org.joda.time.LocalDate date)
           
 



Copyright © 2012. All Rights Reserved.