public abstract class PaginatedSetResponse<T> extends SetResponse<T>
T
.data
Constructor and Description |
---|
PaginatedSetResponse(Set<T> data,
int page,
int pageSize) |
Modifier and Type | Method and Description |
---|---|
int |
getPage()
Returns the page number.
|
int |
getPageSize()
Returns the page size.
|
equals, getData, hashCode, iterator
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.