Class IncrementalSyncDataFetcherImpl<T extends IncrementalSyncModel>

java.lang.Object
com.atlassian.confluence.internal.api.impl.service.incrementalsync.IncrementalSyncDataFetcherImpl<T>
Type Parameters:
T - type of incremental sync model that will be used in page response
All Implemented Interfaces:
IncrementalSyncDataFetcher<T>

public class IncrementalSyncDataFetcherImpl<T extends IncrementalSyncModel> extends Object implements IncrementalSyncDataFetcher<T>
Retrieve incremental sync data based on the page request. Pagination will be used to retrieve data according to the limit.
Since:
9.2.6