Class CollectionsResponse
java.lang.Object
com.skava.auth.model.response.collection.CollectionsResponse
- All Implemented Interfaces:
Serializable
Data transfer class holds the list of collection as response data to transfer from service to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionsResponse
(List<Collection> collections, PageableInfo pageableInfo) Instantiates a new auth collections response. -
Method Summary
-
Constructor Details
-
CollectionsResponse
Instantiates a new auth collections response.- Parameters:
collections
- The List of AuthCollection objects.pageableInfo
- aPageableInfo
object. This field holds the pageable informations like page, size, count, totalCount.
-