Uses of Class
dev.vality.damsel.domain_config.NonexistantObject
Packages that use NonexistantObject
-
Uses of NonexistantObject in dev.vality.damsel.domain_config
Methods in dev.vality.damsel.domain_config that return NonexistantObjectModifier and TypeMethodDescriptionNonexistantObject.deepCopy()OperationError.getObjectNotExists()NonexistantObject.setObjectRef(Reference object_ref) NonexistantObject.setReferencedBy(List<Reference> referenced_by) Methods in dev.vality.damsel.domain_config with parameters of type NonexistantObjectModifier and TypeMethodDescriptionintNonexistantObject.compareTo(NonexistantObject other) booleanNonexistantObject.equals(NonexistantObject that) static OperationErrorOperationError.object_not_exists(NonexistantObject value) voidOperationError.setObjectNotExists(NonexistantObject value) Constructors in dev.vality.damsel.domain_config with parameters of type NonexistantObjectModifierConstructorDescriptionPerforms a deep copy on other.