Interface IEntitlementCollectionByEntitlementType

All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<Entitlement,​ResourceCollection<Entitlement>>, IPartnerComponent<Tuple<String,​String>>
All Known Implementing Classes:
EntitlementCollectionByEntitlementTypeOperations

public interface IEntitlementCollectionByEntitlementType
extends IPartnerComponent<Tuple<String,​String>>, IEntireEntityCollectionRetrievalOperations<Entitlement,​ResourceCollection<Entitlement>>
Represents the operations that can be performed on entitlements (by type) associated to the customer based on the logged in partner.
  • Method Details

    • get

      ResourceCollection<Entitlement> get​(Boolean showExpiry)
      Gets an entitlement collection with the given entitlement type.
      Parameters:
      showExpiry - A flag to indicate if the expiry date is required to be returned along with the entitlement (if applicable).
      Returns:
      The collection of entitlements corresponding to a specific entitlement type for the customer.