public class AndroidPublisher.Users extends Object
| Modifier and Type | Class and Description | 
|---|---|
| class  | AndroidPublisher.Users.Create | 
| class  | AndroidPublisher.Users.Delete | 
| class  | AndroidPublisher.Users.List | 
| class  | AndroidPublisher.Users.Patch | 
| Constructor and Description | 
|---|
| Users() | 
| Modifier and Type | Method and Description | 
|---|---|
| AndroidPublisher.Users.Create | create(String parent,
      User content)Grant access for a user to the given developer account. | 
| AndroidPublisher.Users.Delete | delete(String name)Removes all access for the user to the given developer account. | 
| AndroidPublisher.Users.List | list(String parent)Lists all users with access to a developer account. | 
| AndroidPublisher.Users.Patch | patch(String name,
     User content)Updates access for the user to the developer account. | 
public AndroidPublisher.Users.Create create(String parent, User content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The developer account to add the user to. Format: developers/{developer}content - the UserIOExceptionpublic AndroidPublisher.Users.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the user to delete. Format: developers/{developer}/users/{email}IOExceptionpublic AndroidPublisher.Users.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The developer account to fetch users from. Format: developers/{developer}IOExceptionpublic AndroidPublisher.Users.Patch patch(String name, User content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name for this user, following the pattern "developers/{developer}/users/{email}".content - the UserIOExceptionCopyright © 2011–2024 Google. All rights reserved.