CustomerProductCollectionByTargetViewOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. customers. products. CustomerProductCollectionByTargetViewOperations
- com.
- com.
Implements
public class CustomerProductCollectionByTargetViewOperations extends BasePartnerComponent<Tuple<String,String>> implements ICustomerProductCollectionByTargetView
Implements the product operations by customer identifier and target view.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomerProductCollectionByTargetViewOperations(IPartner rootPartnerOperations, String customerId, String targetView) |
Initializes a new instance of the Customer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
ICustomer |
byReservationScope(String reservationScope)
Gets the operations that can be applied on products in a given catalog view and that apply to a given customer, filtered by reservation scope. |
|
ICustomer |
byTargetSegment(String targetSegment)
Gets the operations that can be applied on products in a given catalog view and that apply to a given customer, filtered by target segment. |
|
Resource |
get()
Gets all the products in a given catalog view that apply to a given customer. |
Inherited Members
Constructor Details
CustomerProductCollectionByTargetViewOperations
public CustomerProductCollectionByTargetViewOperations(IPartner rootPartnerOperations, String customerId, String targetView)
Initializes a new instance of the CustomerProductCollectionByTargetViewOperations class.
Parameters:
Method Details
byReservationScope
public ICustomerProductCollectionByTargetViewByReservationScope byReservationScope(String reservationScope)
Gets the operations that can be applied on products in a given catalog view and that apply to a given customer, filtered by reservation scope.
Parameters:
Returns:
byTargetSegment
public ICustomerProductCollectionByTargetViewByTargetSegment byTargetSegment(String targetSegment)
Gets the operations that can be applied on products in a given catalog view and that apply to a given customer, filtered by target segment.
Parameters:
Returns:
get
public ResourceCollection
Gets all the products in a given catalog view that apply to a given customer.
Returns: