UserWithRoles

constructor(id: Long?, username: String?, avatar: String?, roles: Set<UserWithRoles.PlainRole>)
constructor(user: User)