Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.PageAbstractEntityResponseDto
Packages that use PageAbstractEntityResponseDto
Package
Description
-
Uses of PageAbstractEntityResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type PageAbstractEntityResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageAbstractEntityResponseDto> TestCaseControllerApi.getAllNamesByNameWithPagination(@NotNull @Valid UUID projectId, @NotNull @Valid UUID testPlanId, @NotNull @Valid String name, @Valid Long offset, @Valid Integer pageNumber, @Valid Integer pageSize, @Valid Boolean paged, @Valid Boolean sortSorted, @Valid Boolean sortUnsorted, @Valid Boolean unpaged) GET /catalog/api/v1/testcases/find-name-pagination : getAllNamesByNameWithPaginationorg.springframework.http.ResponseEntity<PageAbstractEntityResponseDto> TestScenarioControllerApi.getAllNamesByNameWithPagination(@NotNull @Valid UUID projectId, @NotNull @Valid UUID testPlanId, @NotNull @Valid String name, @Valid Long offset, @Valid Integer pageNumber, @Valid Integer pageSize, @Valid Boolean paged, @Valid Boolean sortSorted, @Valid Boolean sortUnsorted, @Valid Boolean unpaged) GET /catalog/api/v1/testscenarios/find-name-pagination : getAllNamesByNameWithPaginationorg.springframework.http.ResponseEntity<PageAbstractEntityResponseDto> TestScopeControllerApi.getAllNamesByNameWithPagination(@NotNull @Valid UUID projectId, @NotNull @Valid UUID testPlanId, @NotNull @Valid String name, @Valid Long offset, @Valid Integer pageNumber, @Valid Integer pageSize, @Valid Boolean paged, @Valid Boolean sortSorted, @Valid Boolean sortUnsorted, @Valid Boolean unpaged) GET /catalog/api/v1/testscopes/find-name-pagination : getAllNamesByNameWithPagination -
Uses of PageAbstractEntityResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue 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)