Package com.google.gerrit.server.account
Class SetInactiveFlag
- java.lang.Object
-
- com.google.gerrit.server.account.SetInactiveFlag
-
public class SetInactiveFlag extends Object
Toggler for account active state.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response<String>
activate(Account.Id accountId)
Response<?>
deactivate(Account.Id accountId)
-
-
-
Method Detail
-
deactivate
public Response<?> deactivate(Account.Id accountId) throws RestApiException, IOException, org.eclipse.jgit.errors.ConfigInvalidException
- Throws:
RestApiException
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
activate
public Response<String> activate(Account.Id accountId) throws RestApiException, IOException, org.eclipse.jgit.errors.ConfigInvalidException
- Throws:
RestApiException
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
-