Uses of Class
org.qubership.atp.ram.clients.api.dto.environments.environment.SystemVersionResponseDto
Packages that use SystemVersionResponseDto
Package
Description
-
Uses of SystemVersionResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type SystemVersionResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SystemVersionResponseDto>> EnvironmentControllerApi.detailedUpdateVersion(UUID environmentId) GET /api/v2/environments/{environmentId}/version : detailedUpdateVersion -
Uses of SystemVersionResponseDto in org.qubership.atp.ram.clients.api.dto.environments.environment
Methods in org.qubership.atp.ram.clients.api.dto.environments.environment that return SystemVersionResponseDtoModifier and TypeMethodDescriptionSystemVersionResponseDto.addConnectionsItem(Object connectionsItem) SystemVersionResponseDto.addEnvironmentIdsItem(Object environmentIdsItem) SystemVersionResponseDto.addEnvironmentsItem(Object environmentsItem) SystemVersionResponseDto.connections(List<Object> connections) SystemVersionResponseDto.dateOfCheckVersion(Long dateOfCheckVersion) SystemVersionResponseDto.dateOfLastCheck(Long dateOfLastCheck) SystemVersionResponseDto.description(String description) SystemVersionResponseDto.environmentIds(List<Object> environmentIds) SystemVersionResponseDto.environments(List<Object> environments) SystemVersionResponseDto.externalId(UUID externalId) SystemVersionResponseDto.externalName(String externalName) SystemVersionResponseDto.linkToSystemId(UUID linkToSystemId) SystemVersionResponseDto.mergeByName(Boolean mergeByName) SystemVersionResponseDto.modifiedBy(UUID modifiedBy) SystemVersionResponseDto.parametersGettingVersion(ParametersGettingVersionDto parametersGettingVersion) SystemVersionResponseDto.parentSystemId(UUID parentSystemId) SystemVersionResponseDto.status(SystemVersionResponseDto.StatusEnum status) SystemVersionResponseDto.systemCategory(Object systemCategory) SystemVersionResponseDto.systemCategoryId(UUID systemCategoryId) SystemVersionResponseDto.versionError(String versionError)