public class MobileApplicationServiceInterfacecreateMobileApplications extends Object
mobile applications
to be used for targeting in the network.| Modifier and Type | Field and Description |
|---|---|
protected List<MobileApplication> |
mobileApplications |
| Constructor and Description |
|---|
MobileApplicationServiceInterfacecreateMobileApplications() |
| Modifier and Type | Method and Description |
|---|---|
List<MobileApplication> |
getMobileApplications()
Gets the value of the mobileApplications property.
|
protected List<MobileApplication> mobileApplications
public MobileApplicationServiceInterfacecreateMobileApplications()
public List<MobileApplication> getMobileApplications()
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 mobileApplications property.
For example, to add a new item, do as follows:
getMobileApplications().add(newItem);
Objects of the following type(s) are allowed in the list
MobileApplication
Copyright © 2018. All Rights Reserved.