Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.CompoundBodyRequestDto
Packages that use CompoundBodyRequestDto
Package
Description
-
Uses of CompoundBodyRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type CompoundBodyRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> TestScenarioControllerApi.addCompoundsToTestScenario(UUID uuid, @Valid CompoundBodyRequestDto compoundBodyRequestDto) POST /catalog/api/v1/testscenarios/{uuid}/compounds : addCompoundsToTestScenario -
Uses of CompoundBodyRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return CompoundBodyRequestDtoModifier and TypeMethodDescriptionCompoundBodyRequestDto.addMetaInfoItem(MetaInfoDto metaInfoItem) CompoundBodyRequestDto.metaInfo(List<MetaInfoDto> metaInfo)