Class PageableInfo
java.lang.Object
com.skava.quotation.orchestration.model.response.PageableInfo
- All Implemented Interfaces:
Serializable
class PageableInfo
Holds the pageable data for the response. Page denotes the requested page number. Size denotes the number of records a page can have. Count denotes the actual number of records the response have. TotalCount denotes the total number of records available for the request.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PageableInfo
public PageableInfo()
-