Class CollectionsAPIResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.accounts.model.exchange.response.CollectionsAPIResponse
- All Implemented Interfaces:
Serializable
public class CollectionsAPIResponse
extends com.skava.core.validation.OutputModel
The Class CollectionsAPIResponse holds the list of collection details as response data which will be
sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionsAPIResponse
(List<Collections> collections, PageableInfo pageableInfo) Instantiates a new collections API response. -
Method Summary
-
Constructor Details
-
CollectionsAPIResponse
Instantiates a new collections API response.- Parameters:
collections
- Holds the list ofCollections
object for creating the collection API response.pageableInfo
- HoldsPageableInfo
object.
-