Uses of Class
org.qubership.atp.mia.controllers.api.dto.project.ConnectionDto
Packages that use ConnectionDto
-
Uses of ConnectionDto in org.qubership.atp.mia.controllers.api.dto.project
Methods in org.qubership.atp.mia.controllers.api.dto.project that return ConnectionDtoModifier and TypeMethodDescriptionConnectionDto.connectionType(String connectionType) ConnectionDto.description(String description) ConnectionDto.modifiedBy(String modifiedBy) ConnectionDto.parameters(Map<String, String> parameters) ConnectionDto.putParametersItem(String key, String parametersItem) ConnectionDto.sourceTemplateId(String sourceTemplateId) Methods in org.qubership.atp.mia.controllers.api.dto.project that return types with arguments of type ConnectionDtoModifier and TypeMethodDescription@Valid List<@Valid ConnectionDto> SystemDto.getConnections()Get connectionsMethods in org.qubership.atp.mia.controllers.api.dto.project with parameters of type ConnectionDtoMethod parameters in org.qubership.atp.mia.controllers.api.dto.project with type arguments of type ConnectionDtoModifier and TypeMethodDescriptionSystemDto.connections(List<@Valid ConnectionDto> connections) voidSystemDto.setConnections(List<@Valid ConnectionDto> connections)