Package com.google.gerrit.server.account
Class SetInactiveFlag
java.lang.Object
com.google.gerrit.server.account.SetInactiveFlag
Toggler for account active state.
-
Method Summary
Modifier and TypeMethodDescriptionactivate
(Account.Id accountId) Response<?>
deactivate
(Account.Id accountId)
-
Method Details
-
deactivate
@CanIgnoreReturnValue public Response<?> deactivate(Account.Id accountId) throws RestApiException, IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
RestApiException
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
activate
@CanIgnoreReturnValue public Response<String> activate(Account.Id accountId) throws RestApiException, IOException, org.eclipse.jgit.errors.ConfigInvalidException - Throws:
RestApiException
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-