Uses of Class
org.qubership.atp.ram.clients.api.dto.environments.environment.SystemFullVer2ViewDto
Packages that use SystemFullVer2ViewDto
Package
Description
-
Uses of SystemFullVer2ViewDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type SystemFullVer2ViewDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SystemFullVer2ViewDto>> EnvironmentControllerApi.getSystemV2(UUID environmentId, @Valid String systemType, @Valid Boolean full) GET /api/v2/environments/{environmentId}/systems : getSystemV2 -
Uses of SystemFullVer2ViewDto in org.qubership.atp.ram.clients.api.dto.environments.environment
Methods in org.qubership.atp.ram.clients.api.dto.environments.environment that return SystemFullVer2ViewDtoModifier and TypeMethodDescriptionSystemFullVer2ViewDto.addConnectionsItem(Object connectionsItem) SystemFullVer2ViewDto.addEnvironmentsItem(Object environmentsItem) SystemFullVer2ViewDto.connections(List<Object> connections) SystemFullVer2ViewDto.dateOfCheckVersion(Long dateOfCheckVersion) SystemFullVer2ViewDto.dateOfLastCheck(Long dateOfLastCheck) SystemFullVer2ViewDto.description(String description) SystemFullVer2ViewDto.environments(List<Object> environments) SystemFullVer2ViewDto.externalId(UUID externalId) SystemFullVer2ViewDto.externalName(String externalName) SystemFullVer2ViewDto.linkToSystemId(UUID linkToSystemId) SystemFullVer2ViewDto.mergeByName(Boolean mergeByName) SystemFullVer2ViewDto.modifiedBy(UUID modifiedBy) SystemFullVer2ViewDto.parametersGettingVersion(Object parametersGettingVersion) SystemFullVer2ViewDto.parentSystemId(UUID parentSystemId) SystemFullVer2ViewDto.status(SystemFullVer2ViewDto.StatusEnum status) SystemFullVer2ViewDto.systemCategory(Object systemCategory)