|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.kohsuke.github.GHPerson
org.kohsuke.github.GHUser
public class GHUser
Represents an user of GitHub.
| Field Summary |
|---|
| Fields inherited from class org.kohsuke.github.GHPerson |
|---|
avatar_url, blog, company, created_at, email, followers, following, gravatar_id, html_url, id, location, login, name, public_gists, public_repos |
| Constructor Summary | |
|---|---|
GHUser()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.kohsuke.github.GHPerson |
|---|
getAvatarUrl, getBlog, getCompany, getCreatedAt, getEmail, getFollowersCount, getFollowingCount, getGravatarId, getId, getLocation, getLogin, getName, getPublicGistCount, getPublicRepoCount, getRepositories, getRepository, iterateRepositories |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GHUser()
| Method Detail |
|---|
public void follow()
throws IOException
IOException
public 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
IOExceptionpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||