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