getItems abstract method
Loads all instances of T that satisfy any filtes or pagination on
ReadListOperation.details.
Implementation
Future<ReadListResult<T>> getItems(ReadListOperation<T> operation);
Loads all instances of T that satisfy any filtes or pagination on
ReadListOperation.details.
Future<ReadListResult<T>> getItems(ReadListOperation<T> operation);