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