Package | Description |
---|---|
com.google.api.services.androidpublisher | |
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Users.Create |
AndroidPublisher.Users.create(String parent,
User content)
Grant access for a user to the given developer account.
|
AndroidPublisher.Users.Patch |
AndroidPublisher.Users.patch(String name,
User content)
Updates access for the user to the developer account.
|
Constructor and Description |
---|
Create(String parent,
User content)
Grant access for a user to the given developer account.
|
Patch(String name,
User content)
Updates access for the user to the developer account.
|
Modifier and Type | Method and Description |
---|---|
User |
User.clone() |
User |
User.set(String fieldName,
Object value) |
User |
User.setAccessState(String accessState)
Output only.
|
User |
User.setDeveloperAccountPermissions(List<String> developerAccountPermissions)
Permissions for the user which apply across the developer account.
|
User |
User.setEmail(String email)
Immutable.
|
User |
User.setExpirationTime(String expirationTime)
The time at which the user's access expires, if set.
|
User |
User.setGrants(List<Grant> grants)
Output only.
|
User |
User.setName(String name)
Required.
|
User |
User.setPartial(Boolean partial)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
ListUsersResponse.getUsers()
The resulting users.
|
Modifier and Type | Method and Description |
---|---|
ListUsersResponse |
ListUsersResponse.setUsers(List<User> users)
The resulting users.
|
Copyright © 2011–2025 Google. All rights reserved.