Builder to construct an Indexable for
a permission on a digital document.
For reference, see: //schema.org/DigitalDocumentPermission.
| String | COMMENT_PERMISSION | The permission to comment on a digital document (does not imply the permission to read or modify it). |
| String | READ_PERMISSION | The permission to read a digital document. |
| String | WRITE_PERMISSION | The permission to modify a digital document. |
| DigitalDocumentPermissionBuilder | |
| DigitalDocumentPermissionBuilder |
The permission to comment on a digital document (does not imply the permission to read or modify it).
The permission to read a digital document.
The permission to modify a digital document.
Sets the grantees who get the permission to access.
| grantees | The grantees who get the permission to access. |
|---|
Sets the type of access permission.
| type | The type of access permission. |
|---|