Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestScenarioEditorResponseDto
Packages that use TestScenarioEditorResponseDto
Package
Description
-
Uses of TestScenarioEditorResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestScenarioEditorResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestScenarioEditorResponseDto> TestScenarioControllerApi.getScenarioBodyForEditor(UUID uuid) GET /catalog/api/v1/testscenarios/{uuid}/editor : getScenarioBodyForEditorMethods in org.qubership.atp.ram.clients.api with parameters of type TestScenarioEditorResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UUID> TestScenarioControllerApi.updateFromEditor(@Valid TestScenarioEditorResponseDto testScenarioEditorResponseDto) PUT /catalog/api/v1/testscenarios/editor/save : updateFromEditor -
Uses of TestScenarioEditorResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestScenarioEditorResponseDtoModifier and TypeMethodDescriptionTestScenarioEditorResponseDto.addMetainfoItem(MetaInfoDto metainfoItem) TestScenarioEditorResponseDto.metainfo(List<MetaInfoDto> metainfo) TestScenarioEditorResponseDto.modifiedBy(UserInfoDto modifiedBy) TestScenarioEditorResponseDto.modifiedWhen(OffsetDateTime modifiedWhen) TestScenarioEditorResponseDto.projectUuid(UUID projectUuid) TestScenarioEditorResponseDto.testPlanUuid(UUID testPlanUuid) TestScenarioEditorResponseDto.type(TestScenarioEditorResponseDto.TypeEnum type)