public interface MobileApplicationServiceInterface
MobileApplication objects.
This class was generated by the JAX-WS RI.
JAX-WS RI 2.2.9-b130926.1035
Generated source version: 2.1| Modifier and Type | Method and Description |
|---|---|
List<MobileApplication> |
createMobileApplications(List<MobileApplication> mobileApplications)
Creates and claims
mobile applications
to be used for targeting in the network. |
MobileApplicationPage |
getMobileApplicationsByStatement(Statement filterStatement)
|
UpdateResult |
performMobileApplicationAction(MobileApplicationAction mobileApplicationAction,
Statement filterStatement)
Performs an action on
mobile applications. |
List<MobileApplication> |
updateMobileApplications(List<MobileApplication> mobileApplications)
Updates the specified
mobile applications. |
@RequestWrapper(localName="createMobileApplications", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.MobileApplicationServiceInterfacecreateMobileApplications") @ResponseWrapper(localName="createMobileApplicationsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.MobileApplicationServiceInterfacecreateMobileApplicationsResponse") List<MobileApplication> createMobileApplications(List<MobileApplication> mobileApplications) throws ApiException_Exception
mobile applications
to be used for targeting in the network.mobileApplications - the mobileApplications to createmobileApplications - ApiException_Exception@RequestWrapper(localName="getMobileApplicationsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.MobileApplicationServiceInterfacegetMobileApplicationsByStatement") @ResponseWrapper(localName="getMobileApplicationsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.MobileApplicationServiceInterfacegetMobileApplicationsByStatementResponse") MobileApplicationPage getMobileApplicationsByStatement(Statement filterStatement) throws ApiException_Exception
mobileApplicationPage of
mobile applications that satisfy the given Statement.
The following fields are supported for
filtering:
| PQL Property | Object Property |
|---|---|
id |
MobileApplication.id |
displayName |
MobileApplication.displayName |
appStore |
MobileApplication.appStore |
appStoreId |
MobileApplication.appStoreId |
isArchived |
MobileApplication.isArchived |
filterStatement - a Publisher Query Language statement used to filter a set of
mobile applications.filterStatement - ApiException_Exception@RequestWrapper(localName="performMobileApplicationAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.MobileApplicationServiceInterfaceperformMobileApplicationAction") @ResponseWrapper(localName="performMobileApplicationActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.MobileApplicationServiceInterfaceperformMobileApplicationActionResponse") UpdateResult performMobileApplicationAction(MobileApplicationAction mobileApplicationAction, Statement filterStatement) throws ApiException_Exception
mobile applications.mobileApplicationAction - the action to performfilterStatement - a Publisher Query Language statement used to filter
a set of mobile applications.filterStatement - mobileApplicationAction - ApiException_Exception@RequestWrapper(localName="updateMobileApplications", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.MobileApplicationServiceInterfaceupdateMobileApplications") @ResponseWrapper(localName="updateMobileApplicationsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.MobileApplicationServiceInterfaceupdateMobileApplicationsResponse") List<MobileApplication> updateMobileApplications(List<MobileApplication> mobileApplications) throws ApiException_Exception
mobile applications.mobileApplications - the mobile applications to be updatedmobileApplications - ApiException_ExceptionCopyright © 2018. All Rights Reserved.