Uses of Class
org.qubership.integration.platform.runtime.catalog.rest.v1.dto.snapshot.SnapshotResponse
Packages that use SnapshotResponse
Package
Description
-
Uses of SnapshotResponse in org.qubership.integration.platform.runtime.catalog.rest.v1.controller
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.controller that return types with arguments of type SnapshotResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SnapshotResponse> org.springframework.http.ResponseEntity<List<SnapshotResponse>> SnapshotController.findByChainIdLight(String chainId) org.springframework.http.ResponseEntity<SnapshotResponse> org.springframework.http.ResponseEntity<SnapshotResponse> org.springframework.http.ResponseEntity<SnapshotResponse> SnapshotController.updateSnapshot(String chainId, String snapshotId, SnapshotRequest request) -
Uses of SnapshotResponse in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper that return SnapshotResponseModifier and TypeMethodDescriptionSnapshotMapper.asResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot) SnapshotMapperImpl.asResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot) Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper that return types with arguments of type SnapshotResponseModifier and TypeMethodDescriptionSnapshotMapper.asResponse(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot> snapshots) SnapshotMapperImpl.asResponse(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot> snapshots)