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

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

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

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

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

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



Copyright © 2012. All Rights Reserved.