target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Users.html Maven / Gradle / Ivy
AndroidPublisher.Users (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Users
- java.lang.Object
-
- com.google.api.services.androidpublisher.AndroidPublisher.Users
-
- Enclosing class:
- AndroidPublisher
public class AndroidPublisher.Users
extends Object
The "users" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Users.Create
class
AndroidPublisher.Users.Delete
class
AndroidPublisher.Users.List
class
AndroidPublisher.Users.Patch
-
Constructor Summary
Constructors
Constructor and Description
Users()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
create
public AndroidPublisher.Users.Create create(String parent,
User content)
throws IOException
Grant access for a user to the given developer account.
Create a request for the method "users.create".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The developer account to add the user to. Format: developers/{developer}
content
- the User
- Returns:
- the request
- Throws:
IOException
-
delete
public AndroidPublisher.Users.Delete delete(String name)
throws IOException
Removes all access for the user to the given developer account.
Create a request for the method "users.delete".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The name of the user to delete. Format: developers/{developer}/users/{email}
- Returns:
- the request
- Throws:
IOException
-
list
public AndroidPublisher.Users.List list(String parent)
throws IOException
Lists all users with access to a developer account.
Create a request for the method "users.list".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The developer account to fetch users from. Format: developers/{developer}
- Returns:
- the request
- Throws:
IOException
-
patch
public AndroidPublisher.Users.Patch patch(String name,
User content)
throws IOException
Updates access for the user to the developer account.
Create a request for the method "users.patch".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. Resource name for this user, following the pattern "developers/{developer}/users/{email}".
content
- the User
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy