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