Uses of Record Class
dev.dokimos.server.dto.v1.PageResponse.PageablePage
Packages that use PageResponse.PageablePage
-
Uses of PageResponse.PageablePage in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return PageResponse.PageablePageModifier and TypeMethodDescriptionstatic PageResponse.PageablePagePageResponse.PageablePage.of(org.springframework.data.domain.Pageable pageable) PageResponse.pageable()Returns the value of thepageablerecord component.Constructors in dev.dokimos.server.dto.v1 with parameters of type PageResponse.PageablePageModifierConstructorDescriptionPageResponse(List<T> content, int number, int size, long totalElements, int totalPages, boolean first, boolean last, int numberOfElements, boolean empty, PageResponse.PageSort sort, PageResponse.PageablePage pageable) Creates an instance of aPageResponserecord class.