Class PaginatedEntityDTO<D extends GenericDTO>

java.lang.Object
com.bluebell.greenhouse.platform.models.api.dto.PaginatedEntityDTO<D>
Type Parameters:
D - entity that extends GenericDTO
Direct Known Subclasses:
PaginatedActionEventDTO, PaginatedExchangeDTO, PaginatedJobSummaryDTO, PaginatedMarketPriceDTO, PaginatedPositionSummaryDTO, PaginatedStrategyDTO, PaginatedStrategyImplementationDTO, PaginatedSymbolDTO, PaginatedTransactionDTO, PaginatedUserDTO

public class PaginatedEntityDTO<D extends GenericDTO> extends Object
Class representation of a collection of GenericDTOs with associated page information.
Version:
3.0.5
Author:
Stephen Prizio