Uses of Class
dev.vality.damsel.domain_config.ObjectNotFoundConflict
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of ObjectNotFoundConflict in dev.vality.damsel.domain_config
Methods in dev.vality.damsel.domain_config that return ObjectNotFoundConflict Modifier and Type Method Description ObjectNotFoundConflictObjectNotFoundConflict. deepCopy()ObjectNotFoundConflictConflict. getObjectNotFound()ObjectNotFoundConflictObjectNotFoundConflict. setObjectRef(Reference object_ref)Methods in dev.vality.damsel.domain_config with parameters of type ObjectNotFoundConflict Modifier and Type Method Description intObjectNotFoundConflict. compareTo(ObjectNotFoundConflict other)booleanObjectNotFoundConflict. equals(ObjectNotFoundConflict that)static ConflictConflict. object_not_found(ObjectNotFoundConflict value)voidConflict. setObjectNotFound(ObjectNotFoundConflict value)Constructors in dev.vality.damsel.domain_config with parameters of type ObjectNotFoundConflict Constructor Description ObjectNotFoundConflict(ObjectNotFoundConflict other)Performs a deep copy on other.