
com.google.api.ads.dfp.axis.v201511.ActivityGroupServiceInterface 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.
/**
* ActivityGroupServiceInterface.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.v201511;
public interface ActivityGroupServiceInterface extends java.rmi.Remote {
/**
* Creates a new {@link ActivityGroup} objects.
*
*
* @param activityGroups the activity groups to be created.
*
* @return the created activity groups with their IDs filled in.
*/
public com.google.api.ads.dfp.axis.v201511.ActivityGroup[] createActivityGroups(com.google.api.ads.dfp.axis.v201511.ActivityGroup[] activityGroups) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201511.ApiException;
/**
* Gets an {@link ActivityGroupPage} of {@link ActivityGroup}
* objects that satisfy the given
* {@link Statement#query}. The following fields are supported
* for filtering:
*
*
*
* PQL Property Object Property
*
*
* {@code id}
* {@link ActivityGroup#id}
*
*
* {@code name}
* {@link ActivityGroup#name}
*
*
* {@code impressionsLookback}
* {@link ActivityGroup#impressionsLookback}
*
*
* {@code clicksLookback}
* {@link ActivityGroup#clicksLookback}
*
*
* {@code status}
* {@link ActivityGroup#status}
*
*
*
*
* @param filterStatement a statement used to filter a set of activity
* groups
*
* @return the activity groups that match the given filter
*/
public com.google.api.ads.dfp.axis.v201511.ActivityGroupPage getActivityGroupsByStatement(com.google.api.ads.dfp.axis.v201511.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201511.ApiException;
/**
* Updates the specified {@link ActivityGroup} objects.
*
*
* @param activityGroups the activity groups to update.
*
* @return the updated activity groups.
*/
public com.google.api.ads.dfp.axis.v201511.ActivityGroup[] updateActivityGroups(com.google.api.ads.dfp.axis.v201511.ActivityGroup[] activityGroups) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201511.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy