Uses of Class
org.qubership.atp.ram.clients.api.dto.environments.environment.CreateSystemDtoDto
Packages that use CreateSystemDtoDto
Package
Description
-
Uses of CreateSystemDtoDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type CreateSystemDtoDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SystemDto> EnvironmentControllerApi.createSystem(UUID environmentId, @Valid CreateSystemDtoDto createSystemDtoDto) POST /api/environments/{environmentId} : createSystem -
Uses of CreateSystemDtoDto in org.qubership.atp.ram.clients.api.dto.environments.environment
Methods in org.qubership.atp.ram.clients.api.dto.environments.environment that return CreateSystemDtoDtoModifier and TypeMethodDescriptionCreateSystemDtoDto.addConnectionsItem(Object connectionsItem) CreateSystemDtoDto.connections(List<Object> connections) CreateSystemDtoDto.dateOfCheckVersion(Long dateOfCheckVersion) CreateSystemDtoDto.dateOfLastCheck(Long dateOfLastCheck) CreateSystemDtoDto.description(String description) CreateSystemDtoDto.environmentId(UUID environmentId) CreateSystemDtoDto.externalId(UUID externalId) CreateSystemDtoDto.externalName(String externalName) CreateSystemDtoDto.linkToSystemId(UUID linkToSystemId) CreateSystemDtoDto.mergeByName(Boolean mergeByName) CreateSystemDtoDto.parametersGettingVersion(ParametersGettingVersionDto parametersGettingVersion) CreateSystemDtoDto.parentSystemId(UUID parentSystemId) CreateSystemDtoDto.status(CreateSystemDtoDto.StatusEnum status) CreateSystemDtoDto.systemCategoryId(UUID systemCategoryId)