| Package | Description |
|---|---|
| com.google.api.services.androidpublisher | |
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Grants.Create |
AndroidPublisher.Grants.create(String parent,
Grant content)
Grant access for a user to the given package.
|
AndroidPublisher.Grants.Patch |
AndroidPublisher.Grants.patch(String name,
Grant content)
Updates access for the user to the given package.
|
| Constructor and Description |
|---|
Create(String parent,
Grant content)
Grant access for a user to the given package.
|
Patch(String name,
Grant content)
Updates access for the user to the given package.
|
| Modifier and Type | Method and Description |
|---|---|
Grant |
Grant.clone() |
Grant |
Grant.set(String fieldName,
Object value) |
Grant |
Grant.setAppLevelPermissions(List<String> appLevelPermissions)
The permissions granted to the user for this app.
|
Grant |
Grant.setName(String name)
Required.
|
Grant |
Grant.setPackageName(String packageName)
Immutable.
|
| Modifier and Type | Method and Description |
|---|---|
List<Grant> |
User.getGrants()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.setGrants(List<Grant> grants)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.