public class BatchJobOperation extends Operation
BatchJob.
Note: Only the ADD and SET
operators are supported.
Java class for BatchJobOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchJobOperation">
<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}BatchJob" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BatchJob |
operand |
operationType, operator| Constructor and Description |
|---|
BatchJobOperation() |
| Modifier and Type | Method and Description |
|---|---|
BatchJob |
getOperand()
Gets the value of the operand property.
|
void |
setOperand(BatchJob value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected BatchJob operand
Copyright © 2023. All rights reserved.