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 |
|---|
GHUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
follow()
Follow this user.
|
GHPersonSet<GHUser> |
getFollowers()
Lists the users who are following this user.
|
GHPersonSet<GHUser> |
getFollows()
Lists the users that this user is following
|
GHPersonSet<GHOrganization> |
getOrganizations()
Gets the organization that this user belongs to publicly.
|
int |
hashCode() |
String |
toString() |
void |
unfollow()
Unfollow this user.
|
getAvatarUrl, getBlog, getCompany, getCreatedAt, getEmail, getFollowersCount, getFollowingCount, getGravatarId, getId, getLocation, getLogin, getName, getPublicGistCount, getPublicRepoCount, getRepositories, getRepository, iterateRepositories, populatepublic void follow()
throws IOException
IOExceptionpublic void unfollow()
throws IOException
IOException@WithBridgeMethods(value=java.util.Set.class) public GHPersonSet<GHUser> getFollows() throws IOException
IOException@WithBridgeMethods(value=java.util.Set.class) public GHPersonSet<GHUser> getFollowers() throws IOException
IOException@WithBridgeMethods(value=java.util.Set.class) public GHPersonSet<GHOrganization> getOrganizations() throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.