Class GitHubUser


  • public class GitHubUser
    extends Object
    • Constructor Detail

      • GitHubUser

        public GitHubUser​(int id,
                          @NotNull
                          String login,
                          @Nullable
                          String name,
                          @NotNull
                          String type,
                          @Nullable
                          String email,
                          @NotNull
                          String avatarUrl,
                          @NotNull
                          String htmlUrl)
    • Method Detail

      • getId

        public int getId()
      • getLogin

        @NotNull
        public String getLogin()
      • getName

        @Nullable
        public String getName()
      • getType

        @NotNull
        public String getType()
      • getEmail

        @Nullable
        public String getEmail()
      • getAvatarUrl

        @NotNull
        public String getAvatarUrl()
      • getHtmlUrl

        @NotNull
        public String getHtmlUrl()
      • isOrganisation

        public boolean isOrganisation()