public class GHMyself extends GHUser
avatar_url, blog, company, created_at, email, followers, following, gravatar_id, html_url, id, location, login, name, public_gists, public_repos, url| Constructor and Description |
|---|
GHMyself() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEmails()
Returns the read-only list of e-mail addresses configured for you.
|
List<GHKey> |
getPublicKeys()
Returns the read-only list of all the pulic keys of the current user.
|
equals, follow, getFollowers, getFollows, getOrganizations, hashCode, toString, unfollowgetAvatarUrl, getBlog, getCompany, getCreatedAt, getEmail, getFollowersCount, getFollowingCount, getGravatarId, getId, getLocation, getLogin, getName, getPublicGistCount, getPublicRepoCount, getRepositories, getRepository, iterateRepositories, populatepublic List<String> getEmails() throws IOException
GHPerson.getEmail() that shows your public e-mail address
set in https://github.com/settings/profileIOExceptionpublic List<GHKey> getPublicKeys() throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.