CustomerOfferCollectionOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. BasePartnerComponentString - com.
microsoft. store. partnercenter. offers. CustomerOfferCollectionOperations
- com.
- com.
- com.
Implements
public class CustomerOfferCollectionOperations extends BasePartnerComponentString implements ICustomerOfferCollection
Customer Offer operations implementation class.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomerOfferCollectionOperations(IPartner rootPartnerOperations, String customerId) |
Initializes a new instance of the Customer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Resource |
get()
Gets the offers available to customer from partner. |
|
Resource |
get(int offset, int size)
Gets a segment of the offers available to customer from partner.. |
Inherited Members
Constructor Details
CustomerOfferCollectionOperations
public CustomerOfferCollectionOperations(IPartner rootPartnerOperations, String customerId)
Initializes a new instance of the CustomerOfferCollectionOperations class.
Parameters:
Method Details
get
public ResourceCollection
Gets the offers available to customer from partner.
get
public ResourceCollection
Gets a segment of the offers available to customer from partner..
Parameters:
Returns: