public class AdParamServiceInterfacemutate extends Object
Note: ADD is not supported. Use SET
for new ad parameters.
SET: Creates or updates an ad parameter, setting the new
parameterized value for the given ad group / keyword pair.
REMOVE: Removes an ad parameter. The default-value
specified in the ad text will be used.| Modifier and Type | Field and Description |
|---|---|
protected List<AdParamOperation> |
operations |
| Constructor and Description |
|---|
AdParamServiceInterfacemutate() |
| Modifier and Type | Method and Description |
|---|---|
List<AdParamOperation> |
getOperations()
Gets the value of the operations property.
|
protected List<AdParamOperation> operations
public List<AdParamOperation> 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
AdParamOperation
Copyright © 2023. All rights reserved.