putAll abstract method

Future<List<Id>> putAll(
  1. List<OBJ> objects
)

Insert or update a list of objects. Returns the list of ids of the new or updated objects.

If the objects have an non-final id property, it will be set to the assigned id. Otherwise you should use the returned ids to update the objects.

Implementation

Future<List<Id>> putAll(List<OBJ> objects);