Class CollectionRequestInternal
java.lang.Object
com.skava.core.validation.InputModel
com.skava.list.model.exchange.request.CollectionRequestInternal
- All Implemented Interfaces:
Serializable
public class CollectionRequestInternal
extends com.skava.core.validation.InputModel
CollectionRequestInternal class
This class contain constants extends model holds the internal request model property for collection property.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFilters
(String filters) Overridden setter method for the filters.
-
Constructor Details
-
CollectionRequestInternal
public CollectionRequestInternal()
-
-
Method Details
-
setFilters
Overridden setter method for the filters. Collections returned should belong only to the business identifier provided in the input.- Parameters:
filters
- filters for selecting multiple collections matching the conditions provided.
-