OfferCategoryCountrySelector Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. BasePartnerComponentString - com.
microsoft. store. partnercenter. offers. OfferCategoryCountrySelector
- com.
- com.
- com.
Implements
public class OfferCategoryCountrySelector extends BasePartnerComponentString implements ICountrySelector<IOfferCategoryCollection>
Constructor Summary
| Constructor | Description |
|---|---|
| OfferCategoryCountrySelector(IPartner rootPartnerOperations) |
Initializes a new instance of the Offer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
IOffer |
byCountry(String country)
Scopes offers behavior to a specific country. |
Inherited Members
Constructor Details
OfferCategoryCountrySelector
public OfferCategoryCountrySelector(IPartner rootPartnerOperations)
Initializes a new instance of the OfferCountrySelector class.
Parameters:
Method Details
byCountry
public IOfferCategoryCollection byCountry(String country)
Scopes offers behavior to a specific country.
Parameters: