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 |
|---|---|
String |
getBio() |
String |
getBlog() |
Integer |
getCollaborators() |
String |
getCompany() |
Date |
getCreatedAt() |
Integer |
getDiskUsage() |
String |
getDisplayName() |
Integer |
getFollowers() |
Integer |
getFollowing() |
String |
getGravatarId() |
Boolean |
getHireable() |
Integer |
getOwnedPrivateRepos() |
URI |
getPictureUrl() |
GitHubPlan |
getPlan() |
Integer |
getPrivateGists() |
URI |
getProfileUrl() |
Integer |
getPublicGists() |
Integer |
getPublicRepos() |
Integer |
getTotalPrivateRepos() |
String |
getType() |
Date |
getUpdatedAt() |
String |
getUrl() |
String |
getUsername() |
clearSensitiveData, getAccessToken, setAccessTokengetEmail, getFamilyName, getFirstName, getGender, getLocale, getLocation, isExpiredaddAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, 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, writeExternalclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasPrincipalpublic String getDisplayName()
getDisplayName in class CommonProfilepublic String getUsername()
getUsername in interface UserProfilegetUsername in class CommonProfilepublic URI getPictureUrl()
getPictureUrl in class CommonProfilepublic URI getProfileUrl()
getProfileUrl in class CommonProfilepublic String getCompany()
public Integer getFollowing()
public String getBlog()
public Integer getPublicRepos()
public Integer getPublicGists()
public Integer getDiskUsage()
public Integer getCollaborators()
public GitHubPlan getPlan()
public Integer getOwnedPrivateRepos()
public Integer getTotalPrivateRepos()
public Integer getPrivateGists()
public Integer getFollowers()
public Date getCreatedAt()
public Date getUpdatedAt()
public String getType()
public String getGravatarId()
public String getUrl()
public Boolean getHireable()
public String getBio()
Copyright © 2019. All rights reserved.