CustomerProductCollectionOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. BasePartnerComponentString - com.
microsoft. store. partnercenter. customers. products. CustomerProductCollectionOperations
- com.
- com.
- com.
Implements
public class CustomerProductCollectionOperations extends BasePartnerComponentString implements ICustomerProductCollection
Product operations by customer id implementation class.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomerProductCollectionOperations(IPartner rootPartnerOperations, String customerId) |
Initializes a new instance of the Customer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| IProduct |
byId(String productId)
Retrieves the operations tied with a specific product for a given customer. |
|
ICustomer |
byTargetView(String targetView)
Retrieves the operations that can be applied on products in a given catalog view and that apply to a given customer. |
Inherited Members
Constructor Details
CustomerProductCollectionOperations
public CustomerProductCollectionOperations(IPartner rootPartnerOperations, String customerId)
Initializes a new instance of the CustomerProductCollectionOperations class.
Parameters:
Method Details
byId
public IProduct byId(String productId)
Retrieves the operations tied with a specific product for a given customer.
Parameters:
Returns:
byTargetView
public ICustomerProductCollectionByTargetView byTargetView(String targetView)
Retrieves the operations that can be applied on products in a given catalog view and that apply to a given customer.
Parameters:
Returns: