Class GitHubUser
- java.lang.Object
-
- com.mooltiverse.oss.nyx.services.github.GitHubUser
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgeFullName()Returns the full name for the user on this service.StringgetID()Returns the ID for the entity on this service.StringgetUserName()Returns the name for the user on this service.
-
-
-
Method Detail
-
getUserName
public String getUserName()
Returns the name for the user on this service.- Specified by:
getUserNamein interfaceUser- Returns:
- the name for the user on this service.
-
geFullName
public String 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
public String getID()
Returns the ID for the entity on this service.- Returns:
- the ID for the entity on this service.
-
-