public class PaginationResponse<T> extends Object
Constructor and Description |
---|
PaginationResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<T> |
getItems()
Get items
|
Integer |
getLimit()
Get limit
|
String |
getNext()
Get next
|
Integer |
getOffset()
Get offset
|
String |
getPrevious()
Get previous
|
Long |
getTotalCount()
Get totalCount
|
int |
hashCode() |
String |
toString() |
public Long getTotalCount()
public Integer getOffset()
public Integer getLimit()
public String getPrevious()
public String getNext()
Copyright © 2025. All rights reserved.