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