Interface SubscriptionBundleTimeline
-
public interface SubscriptionBundleTimeline
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDgetAccountId()UUIDgetBundleId()StringgetExternalKey()List<SubscriptionEvent>getSubscriptionEvents()
-
-
-
Method Detail
-
getAccountId
UUID getAccountId()
- Returns:
- the account id
-
getBundleId
UUID getBundleId()
- Returns:
- the id of bundle
-
getExternalKey
String getExternalKey()
- Returns:
- the external key
-
getSubscriptionEvents
List<SubscriptionEvent> getSubscriptionEvents()
- Returns:
- the ordered list of transitions that occurred across all the
Subscription
-
-