Class PaginatedActionEventDTO
java.lang.Object
com.bluebell.greenhouse.platform.models.api.dto.PaginatedEntityDTO<ActionEventDTO>
com.bluebell.greenhouse.platform.models.api.dto.action.PaginatedActionEventDTO
Concrete paginated action-event response.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic PaginatedActionEventDTOfrom(PaginatedEntityDTO<ActionEventDTO> source) Narrows a generic event page into its concrete contract.Methods inherited from class PaginatedEntityDTO
from, from
-
Method Details
-
from
Narrows a generic event page into its concrete contract.- Parameters:
source- generic event page- Returns:
- concrete event page
-