EntitlementCollectionOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. BasePartnerComponentString - com.
microsoft. store. partnercenter. entitlements. EntitlementCollectionOperations
- com.
- com.
- com.
Implements
public class EntitlementCollectionOperations extends BasePartnerComponentString implements IEntitlementCollection
Entitlement collection operations implementation class.
Constructor Summary
| Constructor | Description |
|---|---|
| EntitlementCollectionOperations(IPartner rootPartnerOperations, String customerId) |
Initializes a new instance of the Entitlement |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
IEntire |
byEntitlementType(String entitlementType)
Retrieves the operations that can be applied on entitlements with a given entitlement type. |
|
Resource |
get()
Gets the entitlements for a customer. |
|
Resource |
get(Boolean showExpiry)
Gets the entitlements for a customer. |
Inherited Members
Constructor Details
EntitlementCollectionOperations
public EntitlementCollectionOperations(IPartner rootPartnerOperations, String customerId)
Initializes a new instance of the EntitlementCollectionOperations class.
Parameters:
Method Details
byEntitlementType
public IEntireEntityCollectionRetrievalOperations
Retrieves the operations that can be applied on entitlements with a given entitlement type.
Parameters:
Returns:
get
public ResourceCollection
Gets the entitlements for a customer.
Returns:
get
public ResourceCollection
Gets the entitlements for a customer.
Parameters:
Returns: