public class OfflineConversionFeedOperation extends Operation
OfflineConversionFeed.
See OfflineConversionFeedService#mutate.
Note: Only the ADD operator is supported.
Java class for OfflineConversionFeedOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfflineConversionFeedOperation">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Operation">
<sequence>
<element name="operand" type="{https://adwords.google.com/api/adwords/cm/v201809}OfflineConversionFeed" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OfflineConversionFeed |
operand |
operationType, operator| Constructor and Description |
|---|
OfflineConversionFeedOperation() |
| Modifier and Type | Method and Description |
|---|---|
OfflineConversionFeed |
getOperand()
Gets the value of the operand property.
|
void |
setOperand(OfflineConversionFeed value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected OfflineConversionFeed operand
public OfflineConversionFeed getOperand()
OfflineConversionFeedpublic void setOperand(OfflineConversionFeed value)
value - allowed object is
OfflineConversionFeedCopyright © 2023. All rights reserved.