Class PaginatedStrategyDTO
java.lang.Object
com.bluebell.greenhouse.platform.models.api.dto.PaginatedEntityDTO<StrategyDTO>
com.bluebell.greenhouse.platform.models.api.dto.strategy.PaginatedStrategyDTO
Page of
StrategyDTO named for the api contract.- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic PaginatedStrategyDTOfrom(PaginatedEntityDTO<StrategyDTO> source) Narrows a generic page into its typed equivalent.Methods inherited from class PaginatedEntityDTO
from, from
-
Method Details
-
from
Narrows a generic page into its typed equivalent.- Parameters:
source-PaginatedEntityDTO- Returns:
PaginatedStrategyDTO
-