public static final class DocumentsGetDocumentRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsGetDocumentResponse |
call(OnshapeDocument document) |
Calls getDocument method, Get full details about a document
|
DocumentsGetDocumentResponse |
call(String did) |
Calls getDocument method, Get full details about a document
|
public final DocumentsGetDocumentResponse call(String did) throws OnshapeException
did - Document IDOnshapeException - On HTTP or serialization errorpublic final DocumentsGetDocumentResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.