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