Uses of Class
com.google.api.ads.dfp.axis.v201201.Team

Packages that use Team
com.google.api.ads.dfp.axis.v201201   
 

Uses of Team in com.google.api.ads.dfp.axis.v201201
 

Methods in com.google.api.ads.dfp.axis.v201201 that return Team
 Team TeamServiceInterface.createTeam(Team team)
          Creates a new Team.
 Team TeamServiceSoapBindingStub.createTeam(Team team)
           
 Team[] TeamServiceInterface.createTeams(Team[] teams)
          Creates new Team objects.
 Team[] TeamServiceSoapBindingStub.createTeams(Team[] teams)
           
 Team[] TeamPage.getResults()
          Gets the results value for this TeamPage.
 Team TeamPage.getResults(int i)
           
 Team TeamServiceInterface.getTeam(Long teamId)
          Returns the Team uniquely identified by the given ID.
 Team TeamServiceSoapBindingStub.getTeam(Long teamId)
           
 Team TeamServiceInterface.updateTeam(Team team)
          Updates the specified Team.
 Team TeamServiceSoapBindingStub.updateTeam(Team team)
           
 Team[] TeamServiceInterface.updateTeams(Team[] teams)
          Updates the specified Team objects.
 Team[] TeamServiceSoapBindingStub.updateTeams(Team[] teams)
           
 

Methods in com.google.api.ads.dfp.axis.v201201 with parameters of type Team
 Team TeamServiceInterface.createTeam(Team team)
          Creates a new Team.
 Team TeamServiceSoapBindingStub.createTeam(Team team)
           
 Team[] TeamServiceInterface.createTeams(Team[] teams)
          Creates new Team objects.
 Team[] TeamServiceSoapBindingStub.createTeams(Team[] teams)
           
 void TeamPage.setResults(int i, Team _value)
           
 void TeamPage.setResults(Team[] results)
          Sets the results value for this TeamPage.
 Team TeamServiceInterface.updateTeam(Team team)
          Updates the specified Team.
 Team TeamServiceSoapBindingStub.updateTeam(Team team)
           
 Team[] TeamServiceInterface.updateTeams(Team[] teams)
          Updates the specified Team objects.
 Team[] TeamServiceSoapBindingStub.updateTeams(Team[] teams)
           
 

Constructors in com.google.api.ads.dfp.axis.v201201 with parameters of type Team
TeamPage(Integer totalResultSetSize, Integer startIndex, Team[] results)
           
 



Copyright © 2012. All Rights Reserved.