public EmailUser(User user) { this(user.getId(), user.getEmail(), user.getFullName()); } can not find getId() method