Builder to construct an Indexable for
a digital document of different types.
For reference, see: //schema.org/DigitalDocument.
| DigitalDocumentBuilder | |
| DigitalDocumentBuilder | |
| DigitalDocumentBuilder | |
| DigitalDocumentBuilder |
setHasDigitalDocumentPermission(DigitalDocumentPermissionBuilder...
permissions)
Sets the permission related to the access to this digital document
(e.g. permission to read or write).
|
| DigitalDocumentBuilder |
Sets authors of the digital document.
| personBuilders | The authors of this digital document. |
|---|
Sets the date on which the digital document was created.
| dateCreated | The date on which the digital document was created. |
|---|
Sets the date on which the digital document was last edited.
| dateModified | The date on which the digital document was last edited. |
|---|
Sets the permission related to the access to this digital document (e.g. permission to read or write). For a public digital document, specify a grantee with an Audience with audienceType equal to "public".
| permissions | The permissions related to the access to this digital document. |
|---|
Sets the textual content of the digital document.
| text | The textual content of the digital document. |
|---|