public final class DocumentsShareDocumentRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DocumentsShareDocumentRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DocumentsShareDocumentRequest.Builder |
builder(Onshape onshape) |
|
String |
getDocumentId() |
Get The ID of the document to be shared.
|
String |
getElementId() |
Get The ID of an element within the document to share.
|
DocumentsShareDocumentRequestEntries[] |
getEntries() |
Get List of target entities to share with.
|
String |
getMessage() |
Get An optional message to include in the share email.
|
String[] |
getPermissionSet() |
Get The permissions to grant to the entities.
|
Boolean |
getUpdate() |
Get If true, indicates that the request is intended to be an update of existing share permissions for the entities in the entries list.
|
String |
getWorkspaceId() |
Get The ID of a workspace for use as the scope of sharing.
|
String |
toString() |
public final String getDocumentId()
public final String getWorkspaceId()
public final String getElementId()
public final DocumentsShareDocumentRequestEntries[] getEntries()
public final String[] getPermissionSet()
public final Boolean getUpdate()
public final String getMessage()
public static final DocumentsShareDocumentRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.