
com.google.api.ads.dfp.axis.v201605.TeamServiceInterface 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.
/**
* TeamServiceInterface.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.v201605;
public interface TeamServiceInterface extends java.rmi.Remote {
/**
* Creates new {@link Team} objects.
*
* The following fields are required:
*
* - {@link Team#name}
*
*
*
* @param teams the teams to create
*
* @return the created teams with their IDs filled in
*/
public com.google.api.ads.dfp.axis.v201605.Team[] createTeams(com.google.api.ads.dfp.axis.v201605.Team[] teams) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException;
/**
* Gets a {@code TeamPage} of {@code Team} objects that satisfy
* the
* given {@link Statement#query}. The following fields are supported
* for
* filtering:
*
*
*
* PQL Property Object Property
*
*
* {@code id}
* {@link Team#id}
*
*
* {@code name}
* {@link Team#name}
*
*
* {@code description}
* {@link Team#description}
*
*
*
*
* @param filterStatement a Publisher Query Language statement used to
* filter
* a set of teams.
*
* @return the teams that match the given filter
*/
public com.google.api.ads.dfp.axis.v201605.TeamPage getTeamsByStatement(com.google.api.ads.dfp.axis.v201605.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException;
/**
* Updates the specified {@link Team} objects.
*
*
* @param teams the teams to update
*
* @return the updated teams
*/
public com.google.api.ads.dfp.axis.v201605.Team[] updateTeams(com.google.api.ads.dfp.axis.v201605.Team[] teams) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy