Class GitHubUserProfile
- java.lang.Object
-
- org.springframework.social.github.api.GitHubUserProfile
-
- All Implemented Interfaces:
Serializable
public class GitHubUserProfile extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBlog()StringgetCompany()DategetCreatedDate()StringgetEmail()longgetId()StringgetLocation()StringgetName()StringgetProfileImageUrl()StringgetUsername()
-
-
-
Method Detail
-
getId
public long getId()
-
getName
public String getName()
-
getUsername
public String getUsername()
-
getLocation
public String getLocation()
-
getCompany
public String getCompany()
-
getBlog
public String getBlog()
-
getEmail
public String getEmail()
-
getCreatedDate
public Date getCreatedDate()
-
getProfileImageUrl
public String getProfileImageUrl()
-
-