Uses of Class
org.qubership.atp.mia.clients.api.environments.dto.projects.ConnectionFullVer2ViewDto
Packages that use ConnectionFullVer2ViewDto
Package
Description
-
Uses of ConnectionFullVer2ViewDto in org.qubership.atp.mia.clients.api.environments
Methods in org.qubership.atp.mia.clients.api.environments that return types with arguments of type ConnectionFullVer2ViewDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ConnectionFullVer2ViewDto>> ProjectControllerApi.getConnections(UUID projectId, @Valid Boolean full) GET /api/projects/{projectId}/environments/connections : getConnections -
Uses of ConnectionFullVer2ViewDto in org.qubership.atp.mia.clients.api.environments.dto.projects
Methods in org.qubership.atp.mia.clients.api.environments.dto.projects that return ConnectionFullVer2ViewDtoModifier and TypeMethodDescriptionConnectionFullVer2ViewDto.addServicesItem(String servicesItem) ConnectionFullVer2ViewDto.connectionType(String connectionType) ConnectionFullVer2ViewDto.description(String description) ConnectionFullVer2ViewDto.modifiedBy(UUID modifiedBy) ConnectionFullVer2ViewDto.parameters(Map<String, String> parameters) ConnectionFullVer2ViewDto.putParametersItem(String key, String parametersItem) ConnectionFullVer2ViewDto.sourceTemplateId(UUID sourceTemplateId)