Uses of Class
org.qubership.integration.platform.runtime.catalog.rest.v1.dto.snapshot.SnapshotRequest
Packages that use SnapshotRequest
Package
Description
-
Uses of SnapshotRequest in org.qubership.integration.platform.runtime.catalog.rest.v1.controller
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.controller with parameters of type SnapshotRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SnapshotResponse> SnapshotController.updateSnapshot(String chainId, String snapshotId, SnapshotRequest request) -
Uses of SnapshotRequest in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper with parameters of type SnapshotRequestModifier and TypeMethodDescriptionorg.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotSnapshotMapper.asRequest(SnapshotRequest snapshot) org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotSnapshotMapperImpl.asRequest(SnapshotRequest snapshot)