public static final class AppElementsGetHistoryByWorkspaceRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AppElementsGetHistoryByWorkspaceResponse |
call(OnshapeDocument document) |
Calls getHistoryByWorkspace method, Get change history
|
AppElementsGetHistoryByWorkspaceResponse |
call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getHistoryByWorkspace method, Get change history
|
public final AppElementsGetHistoryByWorkspaceResponse call(String did, WVM wvmType, String wvm, String eid) throws OnshapeException
did - Document IDwvmType - Type of Workspace, Version or Microversionwvm - Workspace (w), Version (v) or Microversion (m) IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final AppElementsGetHistoryByWorkspaceResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.