public class PaginatedResponseDataObject<T> extends ResponseDataObject<List<T>>
| Constructor and Description |
|---|
PaginatedResponseDataObject(Slice<T> payload) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLimit() |
Integer |
getOffset() |
SortValueObject |
getSort() |
Long |
getTotalElements() |
getDatapublic Integer getOffset()
public Integer getLimit()
public SortValueObject getSort()
public Long getTotalElements()
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.