public static final class DocumentsGetCurrentMicroversionRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsGetCurrentMicroversionResponse |
call(OnshapeDocument document) |
Calls getCurrentMicroversion method, Get current microversion from a version or workspace
|
DocumentsGetCurrentMicroversionResponse |
call(String did,
WV wvType,
String wv) |
Calls getCurrentMicroversion method, Get current microversion from a version or workspace
|
public final DocumentsGetCurrentMicroversionResponse call(String did, WV wvType, String wv) throws OnshapeException
did - Document IDwvType - Type of Workspace or Versionwv - Workspace (w) or Version (v) IDOnshapeException - On HTTP or serialization errorpublic final DocumentsGetCurrentMicroversionResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.