public class GitHubProfile extends OAuth20Profile
This class is the user profile for GitHub with appropriate getters.
It is returned by the GitHubClient.
logger, SEPARATOR| Constructor and Description |
|---|
GitHubProfile() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBio() |
java.lang.String |
getBlog() |
java.lang.Integer |
getCollaborators() |
java.lang.String |
getCompany() |
java.util.Date |
getCreatedAt() |
java.lang.Integer |
getDiskUsage() |
java.lang.String |
getDisplayName() |
java.lang.Integer |
getFollowers() |
java.lang.Integer |
getFollowing() |
java.lang.String |
getGravatarId() |
java.lang.Boolean |
getHireable() |
java.lang.Integer |
getOwnedPrivateRepos() |
java.net.URI |
getPictureUrl() |
GitHubPlan |
getPlan() |
java.lang.Integer |
getPrivateGists() |
java.net.URI |
getProfileUrl() |
java.lang.Integer |
getPublicGists() |
java.lang.Integer |
getPublicRepos() |
java.lang.Integer |
getTotalPrivateRepos() |
java.lang.String |
getType() |
java.util.Date |
getUpdatedAt() |
java.lang.String |
getUrl() |
java.lang.String |
getUsername() |
clearSensitiveData, getAccessToken, setAccessTokenasPrincipal, getEmail, getFamilyName, getFirstName, getGender, getLocale, getLocation, isExpiredaddAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, addRoles, addRoles, build, build, containsAttribute, containsAuthenicationAttribute, getAttribute, getAttribute, getAttributes, getAuthenticationAttribute, getAuthenticationAttribute, getAuthenticationAttributes, getClientName, getId, getLinkedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, removeAuthenticationAttribute, setClientName, setId, setLinkedId, setPermissions, setRemembered, setRoles, toString, writeExternalpublic java.lang.String getDisplayName()
getDisplayName in class CommonProfilepublic java.lang.String getUsername()
getUsername in class CommonProfilepublic java.net.URI getPictureUrl()
getPictureUrl in class CommonProfilepublic java.net.URI getProfileUrl()
getProfileUrl in class CommonProfilepublic java.lang.String getCompany()
public java.lang.Integer getFollowing()
public java.lang.String getBlog()
public java.lang.Integer getPublicRepos()
public java.lang.Integer getPublicGists()
public java.lang.Integer getDiskUsage()
public java.lang.Integer getCollaborators()
public GitHubPlan getPlan()
public java.lang.Integer getOwnedPrivateRepos()
public java.lang.Integer getTotalPrivateRepos()
public java.lang.Integer getPrivateGists()
public java.lang.Integer getFollowers()
public java.util.Date getCreatedAt()
public java.util.Date getUpdatedAt()
public java.lang.String getType()
public java.lang.String getGravatarId()
public java.lang.String getUrl()
public java.lang.Boolean getHireable()
public java.lang.String getBio()
Copyright © 2018. All Rights Reserved.