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