Uses of Class
org.qubership.atp.ram.clients.api.dto.environments.environment.SystemFullVer1ViewDto
Packages that use SystemFullVer1ViewDto
Package
Description
-
Uses of SystemFullVer1ViewDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type SystemFullVer1ViewDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SystemFullVer1ViewDto>> EnvironmentControllerApi.getEnvironmentSystems(UUID environmentId, @Valid String systemType, @Valid Boolean full) GET /api/environments/{environmentId}/systems : getSystems -
Uses of SystemFullVer1ViewDto in org.qubership.atp.ram.clients.api.dto.environments.environment
Methods in org.qubership.atp.ram.clients.api.dto.environments.environment that return SystemFullVer1ViewDtoModifier and TypeMethodDescriptionSystemFullVer1ViewDto.addConnectionsItem(Object connectionsItem) SystemFullVer1ViewDto.addEnvironmentIdsItem(Object environmentIdsItem) SystemFullVer1ViewDto.connections(List<Object> connections) SystemFullVer1ViewDto.dateOfCheckVersion(Long dateOfCheckVersion) SystemFullVer1ViewDto.dateOfLastCheck(Long dateOfLastCheck) SystemFullVer1ViewDto.description(String description) SystemFullVer1ViewDto.environmentIds(List<Object> environmentIds) SystemFullVer1ViewDto.externalId(UUID externalId) SystemFullVer1ViewDto.externalName(String externalName) SystemFullVer1ViewDto.linkToSystemId(UUID linkToSystemId) SystemFullVer1ViewDto.mergeByName(Boolean mergeByName) SystemFullVer1ViewDto.modifiedBy(UUID modifiedBy) SystemFullVer1ViewDto.parametersGettingVersion(Object parametersGettingVersion) SystemFullVer1ViewDto.parentSystemId(UUID parentSystemId) SystemFullVer1ViewDto.status(SystemFullVer1ViewDto.StatusEnum status) SystemFullVer1ViewDto.systemCategoryId(UUID systemCategoryId) -
Uses of SystemFullVer1ViewDto in org.qubership.atp.ram.services
Methods in org.qubership.atp.ram.services that return types with arguments of type SystemFullVer1ViewDto