Package org.example.crmedu.domain.model
Class Page<T>
java.lang.Object
org.example.crmedu.domain.model.Page<T>
- Type Parameters:
T
- the type of elements contained in the page
A class representing a paginated response. Used to return a subset of elements along with pagination metadata.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Page
public Page()
-