Uses of Class
dev.vality.damsel.domain_config.ObjectReferenceMismatchConflict
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of ObjectReferenceMismatchConflict in dev.vality.damsel.domain_config
Methods in dev.vality.damsel.domain_config that return ObjectReferenceMismatchConflict Modifier and Type Method Description ObjectReferenceMismatchConflictObjectReferenceMismatchConflict. deepCopy()ObjectReferenceMismatchConflictConflict. getObjectReferenceMismatch()ObjectReferenceMismatchConflictObjectReferenceMismatchConflict. setObjectRef(Reference object_ref)Methods in dev.vality.damsel.domain_config with parameters of type ObjectReferenceMismatchConflict Modifier and Type Method Description intObjectReferenceMismatchConflict. compareTo(ObjectReferenceMismatchConflict other)booleanObjectReferenceMismatchConflict. equals(ObjectReferenceMismatchConflict that)static ConflictConflict. object_reference_mismatch(ObjectReferenceMismatchConflict value)voidConflict. setObjectReferenceMismatch(ObjectReferenceMismatchConflict value)Constructors in dev.vality.damsel.domain_config with parameters of type ObjectReferenceMismatchConflict Constructor Description ObjectReferenceMismatchConflict(ObjectReferenceMismatchConflict other)Performs a deep copy on other.