public class MobileApplicationServiceSoapBindingStub extends org.apache.axis.client.Stub implements MobileApplicationServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
MobileApplicationServiceSoapBindingStub() |
MobileApplicationServiceSoapBindingStub(javax.xml.rpc.Service service) |
MobileApplicationServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
MobileApplication[] |
createMobileApplications(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. |
MobileApplication[] |
updateMobileApplications(MobileApplication[] mobileApplications)
Updates the specified
mobile applications. |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic MobileApplicationServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic MobileApplicationServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic MobileApplicationServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic MobileApplication[] createMobileApplications(MobileApplication[] mobileApplications) throws RemoteException, ApiException
MobileApplicationServiceInterfacemobile applications
to be used for targeting in the network.createMobileApplications in interface MobileApplicationServiceInterfacemobileApplications - the mobileApplications to createRemoteExceptionApiExceptionpublic MobileApplicationPage getMobileApplicationsByStatement(Statement filterStatement) throws RemoteException, ApiException
MobileApplicationServiceInterfacemobileApplicationPage
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 |
getMobileApplicationsByStatement in interface MobileApplicationServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter a set of
mobile applications.RemoteExceptionApiExceptionpublic UpdateResult performMobileApplicationAction(MobileApplicationAction mobileApplicationAction, Statement filterStatement) throws RemoteException, ApiException
MobileApplicationServiceInterfacemobile applications.performMobileApplicationAction in interface MobileApplicationServiceInterfacemobileApplicationAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of mobile applications.RemoteExceptionApiExceptionpublic MobileApplication[] updateMobileApplications(MobileApplication[] mobileApplications) throws RemoteException, ApiException
MobileApplicationServiceInterfacemobile applications.updateMobileApplications in interface MobileApplicationServiceInterfacemobileApplications - the mobile applications to be updatedRemoteExceptionApiExceptionCopyright © 2020. All rights reserved.