public static final class DocumentsDeleteWorkspaceRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsDeleteWorkspaceResponse |
call(OnshapeDocument document) |
Calls deleteWorkspace method, Delete workspace
|
DocumentsDeleteWorkspaceResponse |
call(String did,
String wid) |
Calls deleteWorkspace method, Delete workspace
|
public final DocumentsDeleteWorkspaceResponse call(String did, String wid) throws OnshapeException
did - Document IDwid - Workspace IDOnshapeException - On HTTP or serialization errorpublic final DocumentsDeleteWorkspaceResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.