Class GetAllCollectionsRequest

java.lang.Object
com.skava.core.validation.InputModel
com.skava.oms.model.request.collection.GetAllCollectionsRequest
All Implemented Interfaces:
Serializable

public class GetAllCollectionsRequest extends com.skava.core.validation.InputModel
This contains the collectiondto model that is passed through from the rest controller to the service impl.
Since:
07-Jul-2018 This class defines GetAllCollectionsRequest model. This class is the input model to get all the collections.
Author:
Infosys Equinox
See Also:
  • Field Details

    • filters

      protected String filters
      This recognize the search fields in the global orders
    • sort

      protected String sort
      This recognize the sort fields in the global orders
  • Constructor Details

    • GetAllCollectionsRequest

      public GetAllCollectionsRequest()