Package com.google.gerrit.server.restapi.account
@CheckReturnValue
package com.google.gerrit.server.restapi.account
-
ClassDescriptionA generic interface for parsing account IDs from URL resources.REST endpoint to add an SSH key for an account.REST endpoint for creating a new account.REST endpoint for registering a new email address for an account.REST endpoint for deleting an account.REST endpoint to mark an account as inactive.REST endpoint to delete external IDs from an account.REST endpoint to delete an SSH key of an account.REST endpoint to delete project watches from an account.REST endpoint to get an account.REST endpoint to get the active state of an account.REST endpoint to get all contributor agreements that have been signed by an account.REST endpoint to get the avatar image of an account.REST endpoint to get the URL for changing the avatar image of an account.REST endpoint to list the global capabilities that are assigned to an account.REST endpoint to check if a global capability is assigned to an account.REST endpoint to get details of an account.REST endpoint to get the diff preferences of an account.REST endpoint to get the edit preferences of an account.REST endpoint to get an email of an account.REST endpoint to list the emails of an account.REST endpoint to get the external IDs of an account.REST endpoint to get all known groups of an account (groups that contain the account as member).REST endpoint to get the full name of an account.REST endpoint to get the general preferences of an account.REST endpoint to get an SSH key of an account.REST endpoint to list the SSH keys of an account.REST endpoint to get the status of an account.REST endpoint to get the username of an account.REST endpoint to get the project watches of an account.REST endpoint to (re)index an account.REST endpoint to set project watches for an account.REST endpoint for updating an existing account.REST endpoint to mark an account as active.REST endpoint to sign a contributor agreement for an account.REST endpoint to set the display name of an account.REST endpoint for updating an existing email address of an account.REST endpoint to set/delete the password for HTTP access of an account.REST endpoint to set the full name of an account.REST endpoint to set an email address as preferred email address for an account.REST endpoint to set the status of an account.REST endpoint to set the username of an account.REST endpoint to query accounts.REST endpoint to set diff preferences for an account.REST endpoint to set edit preferences for an account.REST endpoint to set general preferences for an account.