public interface Pageable
Modifier and Type | Interface and Description |
---|---|
static interface |
Pageable.OffsetLimitParameters
The usual (search) limit and offset parameters
|
Modifier and Type | Method and Description |
---|---|
@Min(value=0L) int |
getLimit()
Maximum number of records to be returned.
|
@Min(value=0L) long |
getOffset()
Defines how many items to skip before beginning to return records.
|
@Min(value=0L) @Min(value=0L) int getLimit()
@Min(value=0L) @Min(value=0L) long getOffset()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.