public interface SnapshotDiff
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set | 
getAdded()
Returns the AssetVersions that have been added between the original
 snapshot and the new one. 
 | 
java.util.Set | 
getChanged()
Returns the AssetVersions that have been changed between the original
 snapshot and the new one. 
 | 
java.util.Set | 
getDeleted()
Returns the AssetVersions that have been deleted between the original
 snapshot and the new one. 
 | 
static final java.lang.String CLASS_VERSION
java.util.Set getAdded()
java.util.Set getDeleted()
java.util.Set getChanged()