| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201211 |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
UserPage(Integer totalResultSetSize,
Integer startIndex,
User[] results) |
Copyright © 2013. All Rights Reserved.