OfferOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. offers. OfferOperations
- com.
- com.
Implements
public class OfferOperations extends BasePartnerComponent<Tuple<String,String>> implements IOffer
Single offer operations implementation.
Constructor Summary
| Constructor | Description |
|---|---|
| OfferOperations(IPartner rootPartnerOperations, String offerId, String country) |
Initializes a new instance of the Offer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Offer |
get()
Retrieves the offer details. |
|
IOffer |
getAddOns()
Gets the operations for the current offer's add-ons. |
Inherited Members
Constructor Details
OfferOperations
public OfferOperations(IPartner rootPartnerOperations, String offerId, String country)
Initializes a new instance of the OfferOperations class.
Parameters:
Method Details
get
public Offer get()
Retrieves the offer details.
Returns:
getAddOns
public IOfferAddOns getAddOns()
Gets the operations for the current offer's add-ons.