Class CustomerOfferCategoryCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.offers.CustomerOfferCategoryCollectionOperations
- All Implemented Interfaces:
IEntireEntityCollectionRetrievalOperations<OfferCategory,ResourceCollection<OfferCategory>>,IPartnerComponent<String>,IPartnerComponentString,ICustomerOfferCategoryCollection
public class CustomerOfferCategoryCollectionOperations extends BasePartnerComponentString implements ICustomerOfferCategoryCollection
-
Constructor Summary
Constructors Constructor Description CustomerOfferCategoryCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerOfferCategoryCollectionOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<OfferCategory>get()Gets the offer categories available to customer from partner.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
CustomerOfferCategoryCollectionOperations
public CustomerOfferCategoryCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerOfferCategoryCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The customer identifier.
-
-
Method Details
-
get
Gets the offer categories available to customer from partner.- Specified by:
getin interfaceICustomerOfferCategoryCollection- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<OfferCategory,ResourceCollection<OfferCategory>>- Returns:
- The offer categories available to customer from partner.
-