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

com.google.api.ads.dfp.jaxws.v201505.TeamServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version

package com.google.api.ads.dfp.jaxws.v201505;

import java.util.List;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;


/**
 * 
 *       Provides methods for creating, updating, and retrieving {@link Team} objects.
 *       

* Teams are used to group users in order to define access to entities such as * companies, inventory and orders. *

* * * This class was generated by the JAX-WS RI. * JAX-WS RI 2.2.9-b130926.1035 * Generated source version: 2.1 * */ @WebService(name = "TeamServiceInterface", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505") @XmlSeeAlso({ ObjectFactory.class }) public interface TeamServiceInterface { /** * * 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 * * * @param teams * @return * returns java.util.List * @throws ApiException_Exception */ @WebMethod @WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505") @RequestWrapper(localName = "createTeams", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.TeamServiceInterfacecreateTeams") @ResponseWrapper(localName = "createTeamsResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.TeamServiceInterfacecreateTeamsResponse") public List createTeams( @WebParam(name = "teams", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505") List teams) throws ApiException_Exception ; /** * * 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 * * * @param filterStatement * @return * returns com.google.api.ads.dfp.jaxws.v201505.TeamPage * @throws ApiException_Exception */ @WebMethod @WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505") @RequestWrapper(localName = "getTeamsByStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.TeamServiceInterfacegetTeamsByStatement") @ResponseWrapper(localName = "getTeamsByStatementResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.TeamServiceInterfacegetTeamsByStatementResponse") public TeamPage getTeamsByStatement( @WebParam(name = "filterStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505") Statement filterStatement) throws ApiException_Exception ; /** * * Updates the specified {@link Team} objects. * * @param teams the teams to update * @return the updated teams * * * @param teams * @return * returns java.util.List * @throws ApiException_Exception */ @WebMethod @WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505") @RequestWrapper(localName = "updateTeams", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.TeamServiceInterfaceupdateTeams") @ResponseWrapper(localName = "updateTeamsResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.TeamServiceInterfaceupdateTeamsResponse") public List updateTeams( @WebParam(name = "teams", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505") List teams) throws ApiException_Exception ; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy