Uses of Class
org.qubership.atp.environments.clients.api.catalogue.generated.CompoundDto
Packages that use CompoundDto
Package
Description
-
Uses of CompoundDto in org.qubership.atp.environments.clients.api.catalogue.generated
Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return CompoundDtoModifier and TypeMethodDescriptionCompoundDto.addMetainfoItem(MetaInfoDto metainfoItem) CompoundDto.addParametersItem(ActionParameterDto parametersItem) CompoundDto.createdBy(UserInfoDto createdBy) CompoundDto.createdWhen(OffsetDateTime createdWhen) CompoundDto.deprecated(Boolean deprecated) CompoundDto.description(String description) CompoundDto.metainfo(List<MetaInfoDto> metainfo) CompoundDto.modifiedBy(UserInfoDto modifiedBy) CompoundDto.modifiedWhen(OffsetDateTime modifiedWhen) CompoundDto.parameters(List<ActionParameterDto> parameters) CompoundDto.projectUuid(UUID projectUuid) CompoundDto.qaDslLibraryId(UUID qaDslLibraryId) CompoundDto.type(ScenarioTypeDto type) Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return types with arguments of type CompoundDtoModifier and TypeMethodDescription@Valid List<CompoundDto> QaDslLibraryResponseDto.getCompounds()Get compoundsMethods in org.qubership.atp.environments.clients.api.catalogue.generated with parameters of type CompoundDtoModifier and TypeMethodDescriptionQaDslLibraryResponseDto.addCompoundsItem(CompoundDto compoundsItem) Method parameters in org.qubership.atp.environments.clients.api.catalogue.generated with type arguments of type CompoundDtoModifier and TypeMethodDescriptionQaDslLibraryResponseDto.compounds(List<CompoundDto> compounds) voidQaDslLibraryResponseDto.setCompounds(List<CompoundDto> compounds) -
Uses of CompoundDto in org.qubership.atp.environments.service.rest.server.catalogue.generated
Methods in org.qubership.atp.environments.service.rest.server.catalogue.generated that return types with arguments of type CompoundDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CompoundDto>> ProjectControllerApi.getAllCompoundsByProject(UUID uuid) GET /catalog/api/v1/projects/{uuid}/compounds : getAllCompoundsByProject