
com.google.api.ads.dfp.axis.v201602.ActivityServiceInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dfp-axis Show documentation
Show all versions of dfp-axis Show documentation
Ad Manager specific Axis components.
/**
* ActivityServiceInterface.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.axis.v201602;
public interface ActivityServiceInterface extends java.rmi.Remote {
/**
* Creates a new {@link Activity} objects.
*
*
* @param activities to be created.
*
* @return the created activities with its IDs filled in.
*/
public com.google.api.ads.dfp.axis.v201602.Activity[] createActivities(com.google.api.ads.dfp.axis.v201602.Activity[] activities) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
/**
* Gets an {@link ActivityPage} of {@link Activity} objects that
* satisfy the given
* {@link Statement#query}. The following fields are supported
* for filtering:
*
*
*
* PQL Property Object Property
*
*
* {@code id}
* {@link Activity#id}
*
*
* {@code name}
* {@link Activity#name}
*
*
* {@code expectedURL}
* {@link Activity#expectedURL}
*
*
* {@code status}
* {@link Activity#status}
*
*
* {@code activityGroupId}
* {@link Activity#activityGroupId}
*
*
*
*
* @param filterStatement a statement used to filter a set of activities.
*
* @return the activities that match the given filter.
*/
public com.google.api.ads.dfp.axis.v201602.ActivityPage getActivitiesByStatement(com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
/**
* Updates the specified {@link Activity} objects.
*
*
* @param activities to be updated.
*
* @return the updated activities.
*/
public com.google.api.ads.dfp.axis.v201602.Activity[] updateActivities(com.google.api.ads.dfp.axis.v201602.Activity[] activities) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy