Interface SubscriptionBundle

  • All Superinterfaces:
    Entity

    public interface SubscriptionBundle
    extends Entity
    • Method Detail

      • getAccountId

        UUID getAccountId()
        Returns:
        the account id
      • getExternalKey

        String getExternalKey()
        Returns:
        the external key
      • getOriginalCreatedDate

        org.joda.time.DateTime getOriginalCreatedDate()
        Returns:
        the created date of the first bundle matching that externalKey
      • getSubscriptions

        List<Subscription> getSubscriptions()
        Returns:
        the list of Subscription in that bundle