public static final class DocumentsGetDocumentHistoryRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsGetDocumentHistoryResponse |
call(OnshapeDocument document) |
Calls getDocumentHistory method, Get a document's history
|
DocumentsGetDocumentHistoryResponse |
call(String did,
WM wmType,
String wm) |
Calls getDocumentHistory method, Get a document's history
|
public final DocumentsGetDocumentHistoryResponse call(String did, WM wmType, String wm) throws OnshapeException
did - Document IDwmType - Type of Workspace or Microversionwm - Workspace (w) or Microversion (m) IDOnshapeException - On HTTP or serialization errorpublic final DocumentsGetDocumentHistoryResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.