Methods:
Member | Type | Description |
---|---|---|
build | AdsApp.ProductChannelExclusivityOperation |
Builds the product channel exclusivity. |
withBid | AdsApp.ProductChannelExclusivityBuilder |
Specifies the bid of the product channel exclusivity. |
withChannelExclusivity | AdsApp.ProductChannelExclusivityBuilder |
Specifies the channel exclusivity of the new product channel exclusivity. |
withValue | AdsApp.ProductChannelExclusivityBuilder |
Specifies the value of the product channel exclusivity. |
build()
Builds the product channel exclusivity. Returns a ProductChannelExclusivityOperation that corresponds
to the creation of the ProductChannelExclusivity. Return values:
Type | Description |
---|---|
AdsApp.ProductChannelExclusivityOperation |
The ProductChannelExclusivityOperation. |
withBid(bid)
Specifies the bid of the product channel exclusivity. If this is unspecified, will
use the bid of the parent product group. Arguments:
Name | Type | Description |
---|---|---|
bid | double |
The bid. |
Return values:
Type | Description |
---|---|
AdsApp.ProductChannelExclusivityBuilder |
The ProductChannelExclusivityBuilder with the specified bid. |
withChannelExclusivity(channelExclusivity)
Specifies the channel exclusivity of the new product channel exclusivity.
This must be called before calling ProductChannelExclusivityBuilder.build()
otherwise, creation of the ProductChannelExclusivity
will fail. Arguments:
Name | Type | Description |
---|---|---|
channelExclusivity | String |
The channel exclusivity to specify for the new product channel exclusivity. |
Return values:
Type | Description |
---|---|
AdsApp.ProductChannelExclusivityBuilder |
Product channel exclusivity builder. |
withValue(value)
Specifies the value of the product channel exclusivity. Arguments:
Name | Type | Description |
---|---|---|
value | String |
The value. |
Return values:
Type | Description |
---|---|
AdsApp.ProductChannelExclusivityBuilder |
The ProductChannelExclusivityBuilder with the specified value. |