This method of the PermissionDataSet Class combines the data in the permission set with another permission set, and returns it as a third permission set.
public synchronized PermissionDataSet combine(PermissionDataSet other);
Returns a new PermissionDataSet object that contains the combined permissions.
other | The permission set to combine with the first set. |