public final class FoldersShareFolderRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
FoldersShareFolderRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static FoldersShareFolderRequest.Builder |
builder(Onshape onshape) |
|
FoldersShareFolderRequestEntries[] |
getEntries() |
Get List of target entities to share with.
|
String |
getFolderId() |
Get The ID of the folder to be shared.
|
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 |
toString() |
public final String getFolderId()
public final FoldersShareFolderRequestEntries[] getEntries()
public final String[] getPermissionSet()
public final Boolean getUpdate()
public final String getMessage()
public static final FoldersShareFolderRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.