示例#1
0
 public void addSObjects(SObject[] objects) throws AsyncApiException {
   for (SObject object : objects) {
     addSObject(object);
   }
 }