Class GitHubUser
java.lang.Object
com.mooltiverse.oss.nyx.services.github.GitHubUser
- All Implemented Interfaces:
User
A user for a remote GitHub service.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the full name for the user on this service.getID()Returns the ID for the entity on this service.Returns the name for the user on this service.
-
Method Details
-
getUserName
Returns the name for the user on this service.- Specified by:
getUserNamein interfaceUser- Returns:
- the name for the user on this service.
-
geFullName
Returns the full name for the user on this service.- Specified by:
geFullNamein interfaceUser- Returns:
- the full name for the user on this service.
-
getID
Returns the ID for the entity on this service.- Returns:
- the ID for the entity on this service.
-