Uses of Class
org.qubership.atp.mia.controllers.api.dto.ConnectionDto
Packages that use ConnectionDto
-
Uses of ConnectionDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto 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(UUID sourceTemplateId) Methods in org.qubership.atp.mia.controllers.api.dto 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 with parameters of type ConnectionDtoMethod parameters in org.qubership.atp.mia.controllers.api.dto with type arguments of type ConnectionDtoModifier and TypeMethodDescriptionSystemDto.connections(List<@Valid ConnectionDto> connections) voidSystemDto.setConnections(List<@Valid ConnectionDto> connections)