| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202105 |
| Modifier and Type | Method and Description |
|---|---|
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.updateUsers(User[] users)
Updates the specified
User objects. |
User[] |
UserServiceSoapBindingStub.updateUsers(User[] users) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<User> |
UserPage.iterator()
Returns an iterator over this page's
results that:
Will not be null.
Will not support Iterator.remove().
|
| Modifier and Type | Method and Description |
|---|---|
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.updateUsers(User[] users)
Updates the specified
User objects. |
User[] |
UserServiceSoapBindingStub.updateUsers(User[] users) |
| Constructor and Description |
|---|
UserPage(Integer totalResultSetSize,
Integer startIndex,
User[] results) |
Copyright © 2021. All rights reserved.