Uses of Class
org.duracloud.snapshot.db.model.SnapshotHistory
-
Packages that use SnapshotHistory Package Description org.duracloud.snapshot.db.model -
-
Uses of SnapshotHistory in org.duracloud.snapshot.db.model
Methods in org.duracloud.snapshot.db.model that return types with arguments of type SnapshotHistory Modifier and Type Method Description java.util.List<SnapshotHistory>Snapshot. getSnapshotHistory()Methods in org.duracloud.snapshot.db.model with parameters of type SnapshotHistory Modifier and Type Method Description intSnapshotHistory. compare(SnapshotHistory o1, SnapshotHistory o2)Method parameters in org.duracloud.snapshot.db.model with type arguments of type SnapshotHistory Modifier and Type Method Description voidSnapshot. setSnapshotHistory(java.util.List<SnapshotHistory> snapshotHistory)
-