Uses of Class
org.qubership.atp.dataset.clients.dto.PageAbstractEntityResponseDto
Packages that use PageAbstractEntityResponseDto
-
Uses of PageAbstractEntityResponseDto in org.qubership.atp.dataset.clients.api
Methods in org.qubership.atp.dataset.clients.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.clients.dto
Methods in org.qubership.atp.dataset.clients.dto 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)