Uses of Class
org.duracloud.snapshot.dto.SnapshotSummary
-
Packages that use SnapshotSummary Package Description org.duracloud.snapshot.dto.bridge org.duracloud.snapshot.dto.task -
-
Uses of SnapshotSummary in org.duracloud.snapshot.dto.bridge
Methods in org.duracloud.snapshot.dto.bridge that return SnapshotSummary Modifier and Type Method Description SnapshotSummaryUpdateSnapshotHistoryBridgeResult. getSnapshot()Methods in org.duracloud.snapshot.dto.bridge that return types with arguments of type SnapshotSummary Modifier and Type Method Description List<SnapshotSummary>GetSnapshotListBridgeResult. getSnapshots()Methods in org.duracloud.snapshot.dto.bridge with parameters of type SnapshotSummary Modifier and Type Method Description voidUpdateSnapshotHistoryBridgeResult. setSnapshot(SnapshotSummary snapshot)Method parameters in org.duracloud.snapshot.dto.bridge with type arguments of type SnapshotSummary Modifier and Type Method Description voidGetSnapshotListBridgeResult. setSnapshots(List<SnapshotSummary> snapshots)Constructors in org.duracloud.snapshot.dto.bridge with parameters of type SnapshotSummary Constructor Description UpdateSnapshotHistoryBridgeResult(SnapshotSummary snapshot, String history)Constructor parameters in org.duracloud.snapshot.dto.bridge with type arguments of type SnapshotSummary Constructor Description GetSnapshotListBridgeResult(List<SnapshotSummary> snapshots) -
Uses of SnapshotSummary in org.duracloud.snapshot.dto.task
Constructor parameters in org.duracloud.snapshot.dto.task with type arguments of type SnapshotSummary Constructor Description GetSnapshotListTaskResult(List<SnapshotSummary> snapshots)
-