public class AdGroupCriterionServiceInterfacemutateLabel extends Object
Add - Apply an existing label to an existing
ad group criterion. The adGroupId and
criterionId
must reference an existing ad group criterion. The
labelId must reference an existing label.
Remove - Removes the link between the specified ad group criterion and label.
| Modifier and Type | Field and Description |
|---|---|
protected List<AdGroupCriterionLabelOperation> |
operations |
| Constructor and Description |
|---|
AdGroupCriterionServiceInterfacemutateLabel() |
| Modifier and Type | Method and Description |
|---|---|
List<AdGroupCriterionLabelOperation> |
getOperations()
Gets the value of the operations property.
|
protected List<AdGroupCriterionLabelOperation> operations
public AdGroupCriterionServiceInterfacemutateLabel()
public List<AdGroupCriterionLabelOperation> getOperations()
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 operations property.
For example, to add a new item, do as follows:
getOperations().add(newItem);
Objects of the following type(s) are allowed in the list
AdGroupCriterionLabelOperation
Copyright © 2023. All rights reserved.