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