Interface ICustomerOfferCategoryCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<OfferCategory,ResourceCollection<OfferCategory>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerOfferCategoryCollectionOperations
public interface ICustomerOfferCategoryCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<OfferCategory,ResourceCollection<OfferCategory>>
-
Method Summary
Modifier and Type Method Description ResourceCollection<OfferCategory>get()Retrieves all the offer categories for the provided customer.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ResourceCollection<OfferCategory> get()Retrieves all the offer categories for the provided customer.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<OfferCategory,ResourceCollection<OfferCategory>>- Returns:
- The offer categories for the provided customer.
-