Class PageDTO<T>
java.lang.Object
org.example.crmedu.application.dto.PageDTO<T>
- Type Parameters:
T
- the type of elements contained in the page
A DTO representing a paginated response. Used for returning a subset of elements along with pagination metadata.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PageDTO
public PageDTO()
-