Class GoogleUser


  • public class GoogleUser
    extends Object
    • Constructor Detail

      • GoogleUser

        public GoogleUser​(@NotNull
                          String id,
                          @NotNull
                          String email,
                          @NotNull
                          String displayName)
    • Method Detail

      • getId

        @NotNull
        public String getId()
      • getEmail

        @Nullable
        public String getEmail()
      • getUsername

        @NotNull
        public String getUsername()
      • getAvatar

        @Nullable
        public String getAvatar()
      • getDomain

        @Nullable
        public String getDomain()
      • getDisplayName

        @NotNull
        public String getDisplayName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object