Interface SkipDiscardLimitedRequest
- All Superinterfaces:
LimitedRequest
- All Known Implementing Classes:
LimitedRequestImpl
This will allow to skip
- Since:
- 7.5.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return whether PaginationServiceImpl should skip DiscardingThreshold by set it threshold to 0Methods inherited from interface com.atlassian.confluence.api.model.pagination.LimitedRequest
getCursor, getLimit, getMaxLimit, getNeeded, getStart
-
Method Details
-
shouldSkipDiscardingThreshold
boolean shouldSkipDiscardingThreshold()Return whether PaginationServiceImpl should skip DiscardingThreshold by set it threshold to 0- Returns:
-