public interface IPageableBuilder extends IVOBuilder
| Modifier and Type | Method and Description |
|---|---|
IPageableBuilder |
withLimit(Integer limit) |
IPageableBuilder |
withOffset(Integer offset) |
IPageableBuilder |
withSortBy(String sortBy) |
IPageableBuilder |
withSortDirection(Direction direction) |
buildIPageableBuilder withLimit(Integer limit)
limit - the maximum number of resultsIPageableBuilder withOffset(Integer offset)
offset - the offset of the first resultIPageableBuilder withSortBy(String sortBy)
sortBy - provide this to enable a correct sorted paging of your lists. Use withSortDirection(Direction) to provide
information about sort directionIPageableBuilder withSortDirection(Direction direction)
direction - provide this to enable a correct sorted paging of your lists. Use withSortBy(String) to provide information
about the property to sort byCopyright © 2016 Taimos GmbH. All rights reserved.