public class BundleDiff extends Object
| Constructor and Description |
|---|
BundleDiff(SyncActions sync) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityProperty> |
getEntitiesToDelete() |
List<EntityProperty> |
getEntitiesToInsert() |
List<EntityDiff> |
getEntitiesToUpdate() |
String |
toString() |
public BundleDiff(SyncActions sync)
public List<EntityProperty> getEntitiesToInsert()
public List<EntityProperty> getEntitiesToDelete()
public List<EntityDiff> getEntitiesToUpdate()
Copyright © 2021. All rights reserved.