Class Page<T>

java.lang.Object
org.example.crmedu.domain.model.Page<T>
Type Parameters:
T - the type of elements contained in the page

public class Page<T> extends Object
A class representing a paginated response. Used to return a subset of elements along with pagination metadata.
  • Constructor Details

    • Page

      public Page()