Package com.skava.model.responses


package com.skava.model.responses
Notification response models.
Author:
Infosys Equinox
  • Classes
    Class
    Description
    The Class ActionResponse holds the action details as response data which will be sent to controller.
    The Class ActionsResponse holds a list of action details as response data which will be sent to controller.
    The Class CollectionAttributesResponse holds a list of collection attributes as response data which will be sent to controller.
    The Class CollectionPropertiesResponse holds a list of collection property details as response data which will be sent to controller.
    The Class CollectionPropertyResponseholds collection property details as response data which will be sent to controller.
    The Class CollectionsResponse holds a list of collection details as response data which will be sent to controller.
    The Class CommonCollectionResponse holds collection details as response data which will be sent to controller.
    The Class EventResponse holds event details as response data which will be sent to controller.
    The Class EventsResponse holds a list of event details as response data which will be sent to controller.
    The class NotificationResponse holds the notification details as response data which will be sent to controller.
    The class PageableInfo contains the information such as page, size, count and totalCount.