All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Users.html Maven / Gradle / Ivy

There is a newer version: v3-rev20241217-2.0.0
Show newest version






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.
    • Constructor Detail

      • Users

        public Users()
    • 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