Uses of Class
org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisions
-
-
Uses of BatchedEntityIdWithRevisions in org.eclipse.ditto.internal.models.streaming
Methods in org.eclipse.ditto.internal.models.streaming that return BatchedEntityIdWithRevisions Modifier and Type Method Description static <T extends EntityIdWithRevision<?>>
BatchedEntityIdWithRevisions<T>BatchedEntityIdWithRevisions. of(java.lang.Class<T> elementClass, java.util.List<T> elements)Create aBatchedEntityIdWithRevisionsobject.
-