Interface IOfferCategoryCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<OfferCategory,ResourceCollection<OfferCategory>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
OfferCategoryCollectionOperations
public interface IOfferCategoryCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<OfferCategory,ResourceCollection<OfferCategory>>
Represents the behavior of offer categories available to partners.
-
Method Summary
Modifier and Type Method Description ResourceCollection<OfferCategory>get()Retrieves all offer categories available to the partner for the provided country.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ResourceCollection<OfferCategory> get()Retrieves all offer categories available to the partner for the provided country.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<OfferCategory,ResourceCollection<OfferCategory>>- Returns:
- All offer categories for the provided country.
-