public class CreativeWrapperServiceInterfacecreateCreativeWrappers extends Object
CreativeWrapper objects.
The following fields are required:
CreativeWrapper.labelIdCreativeWrapper.orderingCreativeWrapper#header or CreativeWrapper#footer| Modifier and Type | Field and Description |
|---|---|
protected List<CreativeWrapper> |
creativeWrappers |
| Constructor and Description |
|---|
CreativeWrapperServiceInterfacecreateCreativeWrappers() |
| Modifier and Type | Method and Description |
|---|---|
List<CreativeWrapper> |
getCreativeWrappers()
Gets the value of the creativeWrappers property.
|
protected List<CreativeWrapper> creativeWrappers
public CreativeWrapperServiceInterfacecreateCreativeWrappers()
public List<CreativeWrapper> getCreativeWrappers()
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 creativeWrappers property.
For example, to add a new item, do as follows:
getCreativeWrappers().add(newItem);
Objects of the following type(s) are allowed in the list
CreativeWrapper
Copyright © 2018. All Rights Reserved.