public static final class ThumbnailsGetDocumentThumbnailRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
ThumbnailsGetDocumentThumbnailResponse |
call(OnshapeDocument document) |
Calls getDocumentThumbnail method, Get the thumbnail for a document in a specific workspace
|
ThumbnailsGetDocumentThumbnailResponse |
call(String did,
String wid) |
Calls getDocumentThumbnail method, Get the thumbnail for a document in a specific workspace
|
public final ThumbnailsGetDocumentThumbnailResponse call(String did, String wid) throws OnshapeException
did - Document IDwid - Workspace IDOnshapeException - On HTTP or serialization errorpublic final ThumbnailsGetDocumentThumbnailResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.