SubscriptionBundle |
SubscriptionApi.getActiveSubscriptionBundleForExternalKey(String externalKey,
TenantContext context) |
Retrieves all the SubscriptionBundle for the given external key.
|
SubscriptionBundle |
SubscriptionApi.getSubscriptionBundle(UUID bundleId,
TenantContext context) |
Retrieves all the Subscription attached to the base entitlement.
|
Pagination<SubscriptionBundle> |
SubscriptionApi.getSubscriptionBundlesForAccountId(UUID accountId,
Long offset,
Long limit,
TenantContext context) |
|
List<SubscriptionBundle> |
SubscriptionApi.getSubscriptionBundlesForAccountId(UUID accountId,
TenantContext context) |
Retrieves all the SubscriptionBundle for a given account.
|
List<SubscriptionBundle> |
SubscriptionApi.getSubscriptionBundlesForAccountIdAndExternalKey(UUID accountId,
String externalKey,
TenantContext context) |
Retrieves all the SubscriptionBundle for a given account and matching an external key.
|
List<SubscriptionBundle> |
SubscriptionApi.getSubscriptionBundlesForExternalKey(String externalKey,
TenantContext context) |
Returns an ordered list of all SubscriptionBundle for a given external key.
|
Subscription |
SubscriptionApi.getSubscriptionForEntitlementId(UUID entitlementId,
boolean includeDeletedEvents,
TenantContext context) |
Retrieves a Subscription for the entitlement id
|
Subscription |
SubscriptionApi.getSubscriptionForExternalKey(String externalKey,
boolean includeDeletedEvents,
TenantContext context) |
Retrieves a Subscription for a given external key
|