public static final class ThumbnailsGetElementThumbnailRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
ThumbnailsGetElementThumbnailResponse |
call(OnshapeDocument document) |
Calls getElementThumbnail method, Return thumbnail info for an element tab
|
ThumbnailsGetElementThumbnailResponse |
call(String did,
WV wvType,
String wv,
String eid) |
Calls getElementThumbnail method, Return thumbnail info for an element tab
|
public final ThumbnailsGetElementThumbnailResponse call(String did, WV wvType, String wv, String eid) throws OnshapeException
did - Document IDwvType - Type of Workspace or Versionwv - Workspace (w) or Version (v) IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final ThumbnailsGetElementThumbnailResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.