Class PaginationDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.PaginationDTO
PaginationDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_OFFSET
- See Also:
-
SERIALIZED_NAME_LIMIT
- See Also:
-
SERIALIZED_NAME_TOTAL
- See Also:
-
SERIALIZED_NAME_NEXT
- See Also:
-
SERIALIZED_NAME_PREVIOUS
- See Also:
-
-
Constructor Details
-
PaginationDTO
public PaginationDTO()
-
-
Method Details
-
offset
-
getOffset
Get offset- Returns:
- offset
-
setOffset
-
limit
-
getLimit
Get limit- Returns:
- limit
-
setLimit
-
total
-
getTotal
Get total- Returns:
- total
-
setTotal
-
next
-
getNext
Link to the next subset of resources qualified. Empty if no more resources are to be returned. example: \"\"- Returns:
- next
-
setNext
-
previous
-
getPrevious
Link to the previous subset of resources qualified. Empty if current subset is the first subset returned. example: \"\"- Returns:
- previous
-
setPrevious
-
equals
-
hashCode
public int hashCode() -
toString
-