public class AccountLabelReturnValue extends Object
Java class for AccountLabelReturnValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountLabelReturnValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="labels" type="{https://adwords.google.com/api/adwords/mcm/v201809}AccountLabel" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AccountLabel> |
labels |
| Constructor and Description |
|---|
AccountLabelReturnValue() |
| Modifier and Type | Method and Description |
|---|---|
List<AccountLabel> |
getLabels()
Gets the value of the labels property.
|
protected List<AccountLabel> labels
public List<AccountLabel> getLabels()
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 labels property.
For example, to add a new item, do as follows:
getLabels().add(newItem);
Objects of the following type(s) are allowed in the list
AccountLabel
Copyright © 2023. All rights reserved.