Interface SkipDiscardLimitedRequest
-
- All Superinterfaces:
LimitedRequest
- All Known Implementing Classes:
LimitedRequestImpl
public interface SkipDiscardLimitedRequest extends LimitedRequest
This will allow to skip {@see com.atlassian.confluence.api.impl.pagination.PaginationServiceImpl.DiscardingThreshold}- Since:
- 7.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
shouldSkipDiscardingThreshold()
Return whether PaginationServiceImpl should skip DiscardingThreshold by set it threshold to 0-
Methods inherited from interface com.atlassian.confluence.api.model.pagination.LimitedRequest
getCursor, getLimit, getMaxLimit, getNeeded, getStart
-
-