Class OfferOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.offers.OfferOperations
- All Implemented Interfaces:
IPartnerComponent<Tuple<String,String>>,IOffer
public class OfferOperations extends BasePartnerComponent<Tuple<String,String>> implements IOffer
Single offer operations implementation.
-
Constructor Summary
Constructors Constructor Description OfferOperations(IPartner rootPartnerOperations, String offerId, String country)Initializes a new instance of the OfferOperations class. -
Method Summary
Modifier and Type Method Description Offerget()Retrieves the offer details.IOfferAddOnsgetAddOns()Gets the operations for the current offer's add-ons.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
-
OfferOperations
Initializes a new instance of the OfferOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.offerId- The offer Id.country- The country on which to base the offer.
-
-
Method Details