All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.dfp.axis.v201511.ActivityGroupServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * 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