Uses of Class
org.qubership.atp.dataset.controllers.api.dto.datasets.PageAbstractEntityResponseDto
Packages that use PageAbstractEntityResponseDto
Package
Description
-
Uses of PageAbstractEntityResponseDto in org.qubership.atp.dataset.controllers.api
Methods in org.qubership.atp.dataset.controllers.api that return types with arguments of type PageAbstractEntityResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageAbstractEntityResponseDto> DataSetControllerApi.getDataSetsByName(@NotNull @Valid String name, @NotNull @Valid UUID projectId, @Valid Long offset, @Valid Integer pageNumber, @Valid Integer pageSize, @Valid Boolean paged, @Valid Boolean sortSorted, @Valid Boolean sortUnsorted, @Valid Boolean unpaged) GET /ds/find-name-pagination : Returns all dataSets. -
Uses of PageAbstractEntityResponseDto in org.qubership.atp.dataset.controllers.api.dto.datasets
Methods in org.qubership.atp.dataset.controllers.api.dto.datasets that return PageAbstractEntityResponseDtoModifier and TypeMethodDescriptionPageAbstractEntityResponseDto.addContentItem(AbstractEntityResponseDto contentItem) PageAbstractEntityResponseDto.content(List<AbstractEntityResponseDto> content) PageAbstractEntityResponseDto.numberOfElements(Integer numberOfElements) PageAbstractEntityResponseDto.pageable(PageableDto pageable) PageAbstractEntityResponseDto.totalElements(Long totalElements) PageAbstractEntityResponseDto.totalPages(Integer totalPages)