public interface TeamServiceInterface
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| Modifier and Type | Method and Description |
|---|---|
List<Team> |
createTeams(List<Team> teams)
Creates new
Team objects. |
TeamPage |
getTeamsByStatement(Statement filterStatement)
|
UpdateResult |
performTeamAction(TeamAction teamAction,
Statement filterStatement)
Performs actions on
Team objects that match the given Statement.query. |
List<Team> |
updateTeams(List<Team> teams)
Updates the specified
Team objects. |
@RequestWrapper(localName="createTeams", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.TeamServiceInterfacecreateTeams") @ResponseWrapper(localName="createTeamsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.TeamServiceInterfacecreateTeamsResponse") List<Team> createTeams(List<Team> teams) throws ApiException_Exception
teams - the teams to createteams - ApiException_Exception@RequestWrapper(localName="getTeamsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.TeamServiceInterfacegetTeamsByStatement") @ResponseWrapper(localName="getTeamsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.TeamServiceInterfacegetTeamsByStatementResponse") TeamPage getTeamsByStatement(Statement filterStatement) throws ApiException_Exception
TeamPage of Team objects that satisfy the
given Statement.query. The following fields are supported for
filtering:
| PQL Property | Object Property |
|---|---|
id |
Team.id |
name |
Team.name |
description |
Team.description |
filterStatement - a Publisher Query Language statement used to filter
a set of teams.filterStatement - ApiException_Exception@RequestWrapper(localName="performTeamAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.TeamServiceInterfaceperformTeamAction") @ResponseWrapper(localName="performTeamActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.TeamServiceInterfaceperformTeamActionResponse") UpdateResult performTeamAction(TeamAction teamAction, Statement filterStatement) throws ApiException_Exception
Team objects that match the given Statement.query.teamAction - the action to performfilterStatement - a Publisher Query Language statement used to filter a set of teamsfilterStatement - teamAction - ApiException_Exception@RequestWrapper(localName="updateTeams", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.TeamServiceInterfaceupdateTeams") @ResponseWrapper(localName="updateTeamsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.TeamServiceInterfaceupdateTeamsResponse") List<Team> updateTeams(List<Team> teams) throws ApiException_Exception
Team objects.teams - the teams to updateteams - ApiException_ExceptionCopyright © 2018. All Rights Reserved.