Class PaginatedMarketPriceDTO
java.lang.Object
com.bluebell.greenhouse.platform.models.api.dto.PaginatedEntityDTO<MarketPriceDTO>
com.bluebell.greenhouse.platform.models.api.dto.market.price.PaginatedMarketPriceDTO
Page of
MarketPriceDTO named for the api contract.- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic PaginatedMarketPriceDTOfrom(PaginatedEntityDTO<MarketPriceDTO> 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:
PaginatedMarketPriceDTO
-