public class MoveOperation extends Operation
ManagedCustomerService#mutateManager.
Java class for MoveOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MoveOperation">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Operation">
<sequence>
<element name="operand" type="{https://adwords.google.com/api/adwords/mcm/v201809}ManagedCustomerLink" minOccurs="0"/>
<element name="oldManagerCustomerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
oldManagerCustomerId |
protected ManagedCustomerLink |
operand |
operationType, operator| Constructor and Description |
|---|
MoveOperation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getOldManagerCustomerId()
Gets the value of the oldManagerCustomerId property.
|
ManagedCustomerLink |
getOperand()
Gets the value of the operand property.
|
void |
setOldManagerCustomerId(Long value)
Sets the value of the oldManagerCustomerId property.
|
void |
setOperand(ManagedCustomerLink value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected ManagedCustomerLink operand
protected Long oldManagerCustomerId
public ManagedCustomerLink getOperand()
ManagedCustomerLinkpublic void setOperand(ManagedCustomerLink value)
value - allowed object is
ManagedCustomerLinkpublic Long getOldManagerCustomerId()
LongCopyright © 2023. All rights reserved.