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