public class AccountApiImpl extends Object implements AccountApi
AccountApi.NotImplementedpublic AccountInfo get() throws RestApiException
get in interface AccountApiRestApiExceptionpublic boolean getActive()
throws RestApiException
getActive in interface AccountApiRestApiExceptionpublic void setActive(boolean active)
throws RestApiException
setActive in interface AccountApiRestApiExceptionpublic String getAvatarUrl(int size) throws RestApiException
getAvatarUrl in interface AccountApiRestApiExceptionpublic GeneralPreferencesInfo getPreferences() throws RestApiException
getPreferences in interface AccountApiRestApiExceptionpublic GeneralPreferencesInfo setPreferences(GeneralPreferencesInfo in) throws RestApiException
setPreferences in interface AccountApiRestApiExceptionpublic DiffPreferencesInfo getDiffPreferences() throws RestApiException
getDiffPreferences in interface AccountApiRestApiExceptionpublic DiffPreferencesInfo setDiffPreferences(DiffPreferencesInfo in) throws RestApiException
setDiffPreferences in interface AccountApiRestApiExceptionpublic EditPreferencesInfo getEditPreferences() throws RestApiException
getEditPreferences in interface AccountApiRestApiExceptionpublic EditPreferencesInfo setEditPreferences(EditPreferencesInfo in) throws RestApiException
setEditPreferences in interface AccountApiRestApiExceptionpublic List<ProjectWatchInfo> getWatchedProjects() throws RestApiException
getWatchedProjects in interface AccountApiRestApiExceptionpublic List<ProjectWatchInfo> setWatchedProjects(List<ProjectWatchInfo> in) throws RestApiException
setWatchedProjects in interface AccountApiRestApiExceptionpublic void deleteWatchedProjects(List<ProjectWatchInfo> in) throws RestApiException
deleteWatchedProjects in interface AccountApiRestApiExceptionpublic void starChange(String changeId) throws RestApiException
starChange in interface AccountApiRestApiExceptionpublic void unstarChange(String changeId) throws RestApiException
unstarChange in interface AccountApiRestApiExceptionpublic void setStars(String changeId, StarsInput input) throws RestApiException
setStars in interface AccountApiRestApiExceptionpublic SortedSet<String> getStars(String changeId) throws RestApiException
getStars in interface AccountApiRestApiExceptionpublic List<ChangeInfo> getStarredChanges() throws RestApiException
getStarredChanges in interface AccountApiRestApiExceptionpublic List<EmailInfo> getEmails()
getEmails in interface AccountApipublic void addEmail(EmailInput input) throws RestApiException
addEmail in interface AccountApiRestApiExceptionpublic void deleteEmail(String email) throws RestApiException
deleteEmail in interface AccountApiRestApiExceptionpublic void setStatus(String status) throws RestApiException
setStatus in interface AccountApiRestApiExceptionpublic List<SshKeyInfo> listSshKeys() throws RestApiException
listSshKeys in interface AccountApiRestApiExceptionpublic SshKeyInfo addSshKey(String key) throws RestApiException
addSshKey in interface AccountApiRestApiExceptionpublic void deleteSshKey(int seq)
throws RestApiException
deleteSshKey in interface AccountApiRestApiExceptionpublic Map<String,GpgKeyInfo> listGpgKeys() throws RestApiException
listGpgKeys in interface AccountApiRestApiExceptionpublic Map<String,GpgKeyInfo> putGpgKeys(List<String> add, List<String> delete) throws RestApiException
putGpgKeys in interface AccountApiRestApiExceptionpublic GpgKeyApi gpgKey(String id) throws RestApiException
gpgKey in interface AccountApiRestApiExceptionpublic List<AgreementInfo> listAgreements() throws RestApiException
listAgreements in interface AccountApiRestApiExceptionpublic void signAgreement(String agreementName) throws RestApiException
signAgreement in interface AccountApiRestApiExceptionpublic void index()
throws RestApiException
index in interface AccountApiRestApiExceptionpublic List<AccountExternalIdInfo> getExternalIds() throws RestApiException
getExternalIds in interface AccountApiRestApiExceptionpublic void deleteExternalIds(List<String> externalIds) throws RestApiException
deleteExternalIds in interface AccountApiRestApiException