public class AccountApiImpl
extends com.google.gerrit.extensions.api.accounts.AccountApi.NotImplemented
implements com.google.gerrit.extensions.api.accounts.AccountApi
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.extensions.common.AccountInfo |
get() |
void |
starChange(java.lang.String id) |
void |
unstarChange(java.lang.String id) |
public com.google.gerrit.extensions.common.AccountInfo get() throws com.google.gerrit.extensions.restapi.RestApiException
get
in interface com.google.gerrit.extensions.api.accounts.AccountApi
get
in class com.google.gerrit.extensions.api.accounts.AccountApi.NotImplemented
com.google.gerrit.extensions.restapi.RestApiException
public void starChange(java.lang.String id) throws com.google.gerrit.extensions.restapi.RestApiException
starChange
in interface com.google.gerrit.extensions.api.accounts.AccountApi
starChange
in class com.google.gerrit.extensions.api.accounts.AccountApi.NotImplemented
com.google.gerrit.extensions.restapi.RestApiException
public void unstarChange(java.lang.String id) throws com.google.gerrit.extensions.restapi.RestApiException
unstarChange
in interface com.google.gerrit.extensions.api.accounts.AccountApi
unstarChange
in class com.google.gerrit.extensions.api.accounts.AccountApi.NotImplemented
com.google.gerrit.extensions.restapi.RestApiException