public class CustomerFeedOperation extends Operation
Java class for CustomerFeedOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerFeedOperation">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Operation">
<sequence>
<element name="operand" type="{https://adwords.google.com/api/adwords/cm/v201809}CustomerFeed" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerFeed |
operand |
operationType, operator| Constructor and Description |
|---|
CustomerFeedOperation() |
| Modifier and Type | Method and Description |
|---|---|
CustomerFeed |
getOperand()
Gets the value of the operand property.
|
void |
setOperand(CustomerFeed value)
Sets the value of the operand property.
|
getOperationType, getOperator, setOperationType, setOperatorprotected CustomerFeed operand
public CustomerFeed getOperand()
CustomerFeedpublic void setOperand(CustomerFeed value)
value - allowed object is
CustomerFeedCopyright © 2023. All rights reserved.