Class CollectionsResponse

java.lang.Object
com.skava.auth.model.response.collection.CollectionsResponse
All Implemented Interfaces:
Serializable

public class CollectionsResponse extends Object implements Serializable
Data transfer class holds the list of collection as response data to transfer from service to controller.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • CollectionsResponse

      public CollectionsResponse(List<Collection> collections, PageableInfo pageableInfo)
      Instantiates a new auth collections response.
      Parameters:
      collections - The List of AuthCollection objects.
      pageableInfo - a PageableInfo object. This field holds the pageable informations like page, size, count, totalCount.