Uses of Interface
oracle.dbtools.plugin.api.pagination.PaginationContext.Builder
-
Packages that use PaginationContext.Builder Package Description oracle.dbtools.plugin.api.pagination Provides facilities for consistent handling ofPagination
-
- <section role="region">
Uses of PaginationContext.Builder in oracle.dbtools.plugin.api.pagination
Methods in oracle.dbtools.plugin.api.pagination that return PaginationContext.Builder Modifier and Type Method Description PaginationContext.Builder
PaginationContext.Builder. itemOffset(long itemOffset)
Specify the offset of the first item to appear in the pagePaginationContext.Builder
PaginationContext.Builder. limit(long limit)
Specify the maximum number of items in the pagePaginationContext.Builder
PaginationContext. modify()
Modify thisPaginationContext
PaginationContext.Builder
PaginationContext.Builder. pageOffset(long pageOffset)
- <section role="region">