public class CustomTargetingServiceInterfaceupdateCustomTargetingKeys extends Object
CustomTargetingKey objects.| Modifier and Type | Field and Description |
|---|---|
protected List<CustomTargetingKey> |
keys |
| Constructor and Description |
|---|
CustomTargetingServiceInterfaceupdateCustomTargetingKeys() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomTargetingKey> |
getKeys()
Gets the value of the keys property.
|
protected List<CustomTargetingKey> keys
public CustomTargetingServiceInterfaceupdateCustomTargetingKeys()
public List<CustomTargetingKey> getKeys()
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 keys property.
For example, to add a new item, do as follows:
getKeys().add(newItem);
Objects of the following type(s) are allowed in the list
CustomTargetingKey
Copyright © 2018. All Rights Reserved.