public static interface PaginationContext.Builder
PaginationContext
instancesModifier and Type | Method and Description |
---|---|
PaginationContext |
build()
Create the immutable
PaginationContext instance |
PaginationContext.Builder |
itemOffset(long itemOffset)
Specify the offset of the first item to appear in the page
|
PaginationContext.Builder |
limit(long limit)
Specify the maximum number of items in the page
|
PaginationContext.Builder |
pageOffset(long pageOffset) |
PaginationContext build()
PaginationContext
instancePaginationContext
instancePaginationContext.Builder itemOffset(long itemOffset)
itemOffset
- The item offsetPaginationContext.Builder limit(long limit)
limit
- The maximum number of itemsPaginationContext.Builder pageOffset(long pageOffset)
Oracle REST Data Services Plugin API version: 3.0.0.65.09.35 Copyright © 2015 Oracle Corp. All Rights Reserved.