Get the document's model schemaOptions.
Get the URI of the document.
Set the URI of this document.
Get the document data.
Is this document modified and did not push the changes.
Also update this.modified
array.
Private
_updateGet a property of the document using path.
`doc.get('organization.primary_contact')`
Populate a field by path, and return this GraphDBDocument.
Path to the field that will be populated, i.e. account.primary_contact
Set a property of the document using path.
`doc.get('organization.primary_contact')`
Optional
isPopulate: booleanIs calling from populate
Generated using TypeDoc
the document's model schema.