Class PageableInfo

java.lang.Object
com.skava.loyalty.model.exchange.response.PageableInfo
All Implemented Interfaces:
Serializable

public class PageableInfo extends Object implements Serializable
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.
Since:
8.5
Version:
8.5
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • PageableInfo

      public PageableInfo()