public class ProductChannelExclusivity extends ProductDimension
AdvertisingChannelType.SHOPPING.
Java class for ProductChannelExclusivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductChannelExclusivity">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ProductDimension">
<sequence>
<element name="channelExclusivity" type="{https://adwords.google.com/api/adwords/cm/v201809}ShoppingProductChannelExclusivity" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ShoppingProductChannelExclusivity |
channelExclusivity |
productDimensionType| Constructor and Description |
|---|
ProductChannelExclusivity() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingProductChannelExclusivity |
getChannelExclusivity()
Gets the value of the channelExclusivity property.
|
void |
setChannelExclusivity(ShoppingProductChannelExclusivity value)
Sets the value of the channelExclusivity property.
|
getProductDimensionType, setProductDimensionTypeprotected ShoppingProductChannelExclusivity channelExclusivity
public ShoppingProductChannelExclusivity getChannelExclusivity()
ShoppingProductChannelExclusivitypublic void setChannelExclusivity(ShoppingProductChannelExclusivity value)
value - allowed object is
ShoppingProductChannelExclusivityCopyright © 2023. All rights reserved.