public class PremierAddOnPatchResource extends ProxyOnlyResource
Constructor and Description |
---|
PremierAddOnPatchResource() |
Modifier and Type | Method and Description |
---|---|
String |
marketplaceOffer()
Get premier add on Marketplace offer.
|
String |
marketplacePublisher()
Get premier add on Marketplace publisher.
|
String |
product()
Get premier add on Product.
|
String |
sku()
Get premier add on SKU.
|
String |
vendor()
Get premier add on Vendor.
|
PremierAddOnPatchResource |
withMarketplaceOffer(String marketplaceOffer)
Set premier add on Marketplace offer.
|
PremierAddOnPatchResource |
withMarketplacePublisher(String marketplacePublisher)
Set premier add on Marketplace publisher.
|
PremierAddOnPatchResource |
withProduct(String product)
Set premier add on Product.
|
PremierAddOnPatchResource |
withSku(String sku)
Set premier add on SKU.
|
PremierAddOnPatchResource |
withVendor(String vendor)
Set premier add on Vendor.
|
kind, withKind
public String sku()
public PremierAddOnPatchResource withSku(String sku)
sku
- the sku value to setpublic String product()
public PremierAddOnPatchResource withProduct(String product)
product
- the product value to setpublic String vendor()
public PremierAddOnPatchResource withVendor(String vendor)
vendor
- the vendor value to setpublic String marketplacePublisher()
public PremierAddOnPatchResource withMarketplacePublisher(String marketplacePublisher)
marketplacePublisher
- the marketplacePublisher value to setpublic String marketplaceOffer()
public PremierAddOnPatchResource withMarketplaceOffer(String marketplaceOffer)
marketplaceOffer
- the marketplaceOffer value to setCopyright © 2019. All rights reserved.