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

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

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

Methods in com.google.api.ads.dfp.axis.v201201 that return User
 User UserServiceInterface.createUser(User user)
          Creates a new User.
 User UserServiceSoapBindingStub.createUser(User user)
           
 User[] UserServiceInterface.createUsers(User[] users)
          Creates new User objects.
 User[] UserServiceSoapBindingStub.createUsers(User[] users)
           
 User UserServiceInterface.getCurrentUser()
          Returns the current User.
 User UserServiceSoapBindingStub.getCurrentUser()
           
 User[] UserPage.getResults()
          Gets the results value for this UserPage.
 User UserPage.getResults(int i)
           
 User UserServiceInterface.getUser(Long userId)
          Returns the User uniquely identified by the given ID.
 User UserServiceSoapBindingStub.getUser(Long userId)
           
 User UserServiceInterface.updateUser(User user)
          Updates the specified User.
 User UserServiceSoapBindingStub.updateUser(User user)
           
 User[] UserServiceInterface.updateUsers(User[] users)
          Updates the specified User objects.
 User[] UserServiceSoapBindingStub.updateUsers(User[] users)
           
 

Methods in com.google.api.ads.dfp.axis.v201201 with parameters of type User
 User UserServiceInterface.createUser(User user)
          Creates a new User.
 User UserServiceSoapBindingStub.createUser(User user)
           
 User[] UserServiceInterface.createUsers(User[] users)
          Creates new User objects.
 User[] UserServiceSoapBindingStub.createUsers(User[] users)
           
 void UserPage.setResults(int i, User _value)
           
 void UserPage.setResults(User[] results)
          Sets the results value for this UserPage.
 User UserServiceInterface.updateUser(User user)
          Updates the specified User.
 User UserServiceSoapBindingStub.updateUser(User user)
           
 User[] UserServiceInterface.updateUsers(User[] users)
          Updates the specified User objects.
 User[] UserServiceSoapBindingStub.updateUsers(User[] users)
           
 

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



Copyright © 2012. All Rights Reserved.