Uses of Class
dev.vality.damsel.domain_config.ObjectAlreadyExistsConflict
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of ObjectAlreadyExistsConflict in dev.vality.damsel.domain_config
Methods in dev.vality.damsel.domain_config that return ObjectAlreadyExistsConflict Modifier and Type Method Description ObjectAlreadyExistsConflictObjectAlreadyExistsConflict. deepCopy()ObjectAlreadyExistsConflictConflict. getObjectAlreadyExists()ObjectAlreadyExistsConflictObjectAlreadyExistsConflict. setObjectRef(Reference object_ref)Methods in dev.vality.damsel.domain_config with parameters of type ObjectAlreadyExistsConflict Modifier and Type Method Description intObjectAlreadyExistsConflict. compareTo(ObjectAlreadyExistsConflict other)booleanObjectAlreadyExistsConflict. equals(ObjectAlreadyExistsConflict that)static ConflictConflict. object_already_exists(ObjectAlreadyExistsConflict value)voidConflict. setObjectAlreadyExists(ObjectAlreadyExistsConflict value)Constructors in dev.vality.damsel.domain_config with parameters of type ObjectAlreadyExistsConflict Constructor Description ObjectAlreadyExistsConflict(ObjectAlreadyExistsConflict other)Performs a deep copy on other.