public interface OffsetPaginatedListDto<T>
Represents an offset based paginated list in a rest response. Is used on the client side
instead of OffsetPaginatedList
to circumvent type erasure.
Modifier and Type | Interface and Description |
---|---|
static interface |
OffsetPaginatedListDto.Builder<B extends OffsetPaginatedListDto.Builder<B,T>,T> |
Modifier and Type | Method and Description |
---|---|
String |
firstLink() |
List<T> |
items() |
String |
lastLink() |
String |
nextLink() |
String |
prevLink() |
Long |
totalResults() |
Copyright © 2020 Cerner Innovation, Inc.. All rights reserved.