Can''t Change RosterEntry User Value

There is no API to change the user value in a RosterEntry. You can call getUser(), getName(), and setName() but there is no corresponding setUser() method. I have to create a new RosterEntry first and then delete the old one to get around this.