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 TeamServiceSoapBindingStub.createTeam(Team team)
           
 Team TeamServiceInterface.createTeam(Team team)
          Creates a new Team.
 Team[] TeamServiceSoapBindingStub.createTeams(Team[] teams)
           
 Team[] TeamServiceInterface.createTeams(Team[] teams)
          Creates new Team objects.
 Team[] TeamPage.getResults()
          Gets the results value for this TeamPage.
 Team TeamPage.getResults(int i)
           
 Team TeamServiceSoapBindingStub.getTeam(Long teamId)
           
 Team TeamServiceInterface.getTeam(Long teamId)
          Returns the Team uniquely identified by the given ID.
 Team TeamServiceSoapBindingStub.updateTeam(Team team)
           
 Team TeamServiceInterface.updateTeam(Team team)
          Updates the specified Team.
 Team[] TeamServiceSoapBindingStub.updateTeams(Team[] teams)
           
 Team[] TeamServiceInterface.updateTeams(Team[] teams)
          Updates the specified Team objects.
 

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

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.