Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.LabelsRequestDto
Packages that use LabelsRequestDto
Package
Description
-
Uses of LabelsRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type LabelsRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> TestCaseControllerApi.addLabelsToTestCases(@Valid LabelsRequestDto labelsRequestDto) POST /catalog/api/v1/testcases/labels : addLabelsToTestCasesorg.springframework.http.ResponseEntity<Void> TestCaseControllerApi.deleteLabelsFromTestCases(@Valid LabelsRequestDto labelsRequestDto) DELETE /catalog/api/v1/testcases/labels : deleteLabelsFromTestCases -
Uses of LabelsRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return LabelsRequestDtoModifier and TypeMethodDescriptionLabelsRequestDto.addLabelsItem(UUID labelsItem) LabelsRequestDto.addTestcasesItem(UUID testcasesItem)