Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.LabelDto
Packages that use LabelDto
Package
Description
-
Uses of LabelDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type LabelDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LabelDto> POST /catalog/api/v1/labels : createGET /catalog/api/v1/labels : getAllLabelControllerApi.getLabelsByIds(@NotNull @Valid Set<UUID> labelIds) GET /catalog/api/v1/labels/search : getLabelsByIdsTestPlanControllerApi.getLabelsByTestPlanId(UUID uuid) GET /catalog/api/v1/testplans/{uuid}/labels : getLabelsByTestPlanIdProjectControllerApi.getProjectTestCaseLabels(UUID uuid) GET /catalog/api/v1/projects/{uuid}/testcases/labels : getProjectTestCaseLabelsorg.springframework.http.ResponseEntity<LabelDto> PUT /catalog/api/v1/labels/{uuid} : updateMethods in org.qubership.atp.ram.clients.api with parameters of type LabelDto -
Uses of LabelDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return LabelDtoModifier and TypeMethodDescriptionLabelDto.description(String description) LabelDto.testPlanId(UUID testPlanId) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type LabelDtoModifier and TypeMethodDescriptionTestCase0Dto.getLabels()Get labelsTestCaseLabelResponseDto.getLabels()Get labelsTestCaseResponseDto.getLabels()Get labelsMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type LabelDtoModifier and TypeMethodDescriptionTestCase0Dto.addLabelsItem(LabelDto labelsItem) TestCaseLabelResponseDto.addLabelsItem(LabelDto labelsItem) TestCaseResponseDto.addLabelsItem(LabelDto labelsItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type LabelDtoModifier and TypeMethodDescriptionvoidvoidvoid