public class ListOperations extends Object
For example, if in a request Campaign.selectiveOptimization contains 2 conversionTypeIds, and the conversionTypeIdsOps is non-null, it must contain 2 operators. If those operators are {PUT, REMOVE} then the API will add the first conversionTypeId (if it doesn't already exist) and remove the second conversionTypeId (if it exists).
Java class for ListOperations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListOperations">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="clear" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="operators" type="{https://adwords.google.com/api/adwords/cm/v201809}ListOperations.ListOperator" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
clear |
protected List<ListOperationsListOperator> |
operators |
| Constructor and Description |
|---|
ListOperations() |
| Modifier and Type | Method and Description |
|---|---|
List<ListOperationsListOperator> |
getOperators()
Gets the value of the operators property.
|
Boolean |
isClear()
Gets the value of the clear property.
|
void |
setClear(Boolean value)
Sets the value of the clear property.
|
protected Boolean clear
protected List<ListOperationsListOperator> operators
public Boolean isClear()
Booleanpublic void setClear(Boolean value)
value - allowed object is
Booleanpublic List<ListOperationsListOperator> getOperators()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the operators property.
For example, to add a new item, do as follows:
getOperators().add(newItem);
Objects of the following type(s) are allowed in the list
ListOperationsListOperator
Copyright © 2023. All rights reserved.