Class UsersInfoRequest

    • Method Detail

      • getUser

        public String getUser()
        User to get info on
      • isIncludeLocale

        public boolean isIncludeLocale()
        Set this to `true` to receive the locale for this user. Defaults to `false`
      • setToken

        public void setToken​(String token)
        Authentication token. Requires scope: `users:read`
      • setUser

        public void setUser​(String user)
        User to get info on
      • setIncludeLocale

        public void setIncludeLocale​(boolean includeLocale)
        Set this to `true` to receive the locale for this user. Defaults to `false`
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object