CategoryOffersCollectionOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. offers. CategoryOffersCollectionOperations
- com.
- com.
Implements
public class CategoryOffersCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements ICategoryOffersCollection
Constructor Summary
| Constructor | Description |
|---|---|
| CategoryOffersCollectionOperations(IPartner rootPartnerOperations, String categoryId, String country) |
Initializes a new instance of the Category |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Resource |
get()
Retrieves all the offers in the given offer category. |
|
Resource |
get(int offset, int size)
Retrieves a subset of offers in the given offer category. |
Inherited Members
Constructor Details
CategoryOffersCollectionOperations
public CategoryOffersCollectionOperations(IPartner rootPartnerOperations, String categoryId, String country)
Initializes a new instance of the CategoryOffersCollectionOperations class.
Parameters:
Method Details
get
public ResourceCollection
Retrieves all the offers in the given offer category.
Returns:
get
public ResourceCollection
Retrieves a subset of offers in the given offer category.
Parameters:
Returns: