operations property

List<DatumSyncOperation<T>> operations
final

The list of individual operations included in this batch.

Implementation

final List<DatumSyncOperation<T>> operations;