com.fitbit.api.client
Class FitbitApiSubscriptionStorageInMemoryImpl
java.lang.Object
com.fitbit.api.client.FitbitApiSubscriptionStorageInMemoryImpl
- All Implemented Interfaces:
- FitbitApiSubscriptionStorage
public class FitbitApiSubscriptionStorageInMemoryImpl
- extends Object
- implements FitbitApiSubscriptionStorage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FitbitApiSubscriptionStorageInMemoryImpl
public FitbitApiSubscriptionStorageInMemoryImpl()
delete
public void delete(LocalSubscriptionDetail subscription)
- Specified by:
delete in interface FitbitApiSubscriptionStorage
getBySubscriptionId
public LocalSubscriptionDetail getBySubscriptionId(String subscriptionId)
- Specified by:
getBySubscriptionId in interface FitbitApiSubscriptionStorage
save
public void save(LocalSubscriptionDetail subscription)
- Specified by:
save in interface FitbitApiSubscriptionStorage
getAllSubscriptions
public List<LocalSubscriptionDetail> getAllSubscriptions()
- Specified by:
getAllSubscriptions in interface FitbitApiSubscriptionStorage
Copyright © 2012. All Rights Reserved.