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