Class GitHubUser

  • All Implemented Interfaces:
    User

    public class GitHubUser
    extends Object
    implements User
    A user for a remote GitHub service.
    • Method Detail

      • getUserName

        public String getUserName()
        Returns the name for the user on this service.
        Specified by:
        getUserName in interface User
        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:
        geFullName in interface User
        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.