public final class DocumentsCopyWorkspaceRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DocumentsCopyWorkspaceRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DocumentsCopyWorkspaceRequest.Builder |
builder(Onshape onshape) |
|
String[] |
getBetaCapabilityIds() |
Get Onshape internal use
|
Boolean |
getIsPublic() |
Get Whether new document is public (default: false)
|
String |
getNewName() |
Get New document name
|
String |
getOwnerId() |
Get Owner's user ID (default: current user)
|
Number |
getOwnerTypeIndex() |
Get Owner's user type, which can be: 0: user 1: company 2: Team (default: 0)
|
String |
toString() |
public final String getNewName()
public final String getOwnerId()
public final Number getOwnerTypeIndex()
public final String[] getBetaCapabilityIds()
public final Boolean getIsPublic()
public static final DocumentsCopyWorkspaceRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.