Package com.stackone.stackone_client_java.utils.pagination
-
Interface Summary Interface Description ProgressTrackerStrategy<ProgressParamT> Defines the strategy for tracking pagination state and progress. -
Class Summary Class Description CursorTracker<ProgressParamT> Handles pagination using cursor values from responses.OffsetTracker<ProgressParamT extends java.lang.Number> Handles pagination based on the number of results in each response.PageTracker<ProgressParamT extends java.lang.Number> Handles pagination using total page count from responses.Paginator<ReqT,ProgressParamT> A generic pagination implementation that handles fetching and iterating through paginated data.ResultsPageTracker<ProgressParamT extends java.lang.Number> Handles pagination using a results expression to determine termination.