public static final class DocumentsMergeIntoWorkspaceRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsMergeIntoWorkspaceResponse |
call(OnshapeDocument document) |
Calls mergeIntoWorkspace method, Merge a version or workspace into another
|
DocumentsMergeIntoWorkspaceResponse |
call(String did,
String wid) |
Calls mergeIntoWorkspace method, Merge a version or workspace into another
|
String |
id() |
Get the id.
|
DocumentsMergeIntoWorkspaceRequest.Builder |
id(String value) |
Set the id.
|
String |
type() |
Get The type, either workspace or version.
|
DocumentsMergeIntoWorkspaceRequest.Builder |
type(String value) |
Set The type, either workspace or version.
|
public final String type()
public final DocumentsMergeIntoWorkspaceRequest.Builder type(String value)
value - The type, either workspace or version.public final String id()
public final DocumentsMergeIntoWorkspaceRequest.Builder id(String value)
value - the id.public final DocumentsMergeIntoWorkspaceResponse call(String did, String wid) throws OnshapeException
did - Document IDwid - Workspace IDOnshapeException - On HTTP or serialization errorpublic final DocumentsMergeIntoWorkspaceResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.