Uses of Class
dev.vality.damsel.domain_config.UpdateOp
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of UpdateOp in dev.vality.damsel.domain_config
Methods in dev.vality.damsel.domain_config that return UpdateOp Modifier and Type Method Description UpdateOpUpdateOp. deepCopy()UpdateOpOperation. getUpdate()UpdateOpUpdateOp. setNewObject(DomainObject new_object)UpdateOpUpdateOp. setOldObject(DomainObject old_object)Methods in dev.vality.damsel.domain_config with parameters of type UpdateOp Modifier and Type Method Description intUpdateOp. compareTo(UpdateOp other)booleanUpdateOp. equals(UpdateOp that)voidOperation. setUpdate(UpdateOp value)static OperationOperation. update(UpdateOp value)Constructors in dev.vality.damsel.domain_config with parameters of type UpdateOp Constructor Description UpdateOp(UpdateOp other)Performs a deep copy on other.