Use this class to copy a group to another stem.
Sample call to copy everything
GroupCopy groupCopy = new GroupCopy(child_group, stem); Group newGroup = groupCopy.copyPrivilegesOfGroup(true).copyGroupAsPrivilege(true) .copyListMembersOfGroup(true).copyListGroupAsMember(true).copyAttributes(true) .save();