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 Summary
Modifier and Type Method Description ResourceCollection<Entitlement>get(Boolean showExpiry)Gets an entitlement collection with the given entitlement type.Methods inherited from interface com.microsoft.store.partnercenter.genericoperations.IEntireEntityCollectionRetrievalOperations
getMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
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.
-