Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.PaginationResponseDto
Packages that use PaginationResponseDto
Package
Description
-
Uses of PaginationResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type PaginationResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginationResponseDto> TestCaseControllerApi.getDataSetListTestCasesUsages(UUID dslId, @NotNull @Valid Integer page, @NotNull @Valid Integer size) GET /catalog/api/v1/testcases/dataSetLists/{dslId}/usages : getDataSetListTestCasesUsagesorg.springframework.http.ResponseEntity<PaginationResponseDto> TestCaseControllerApi.getDataSetTestCasesUsages(UUID dslId, @NotNull @Valid Integer page, @NotNull @Valid Integer size) GET /catalog/api/v1/testcases/datasets/{dslId}/usages : getDataSetTestCasesUsagesorg.springframework.http.ResponseEntity<List<PaginationResponseDto>> LabelTemplateControllerApi.search(@NotNull @Valid UUID projectId, @NotNull @Valid Integer page, @NotNull @Valid Integer size, @Valid LabelTemplateFilteringRequestBodyDto labelTemplateFilteringRequestBodyDto) POST /catalog/api/v1/label-templates/search : search -
Uses of PaginationResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return PaginationResponseDtoModifier and TypeMethodDescriptionPaginationResponseDto.addEntitiesItem(Object entitiesItem) PaginationResponseDto.totalCount(Integer totalCount)