public static final class ThumbnailsDeleteApplicationThumbnailsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
ThumbnailsDeleteApplicationThumbnailsResponse |
call(OnshapeDocument document) |
Calls deleteApplicationThumbnails method, Delete element thumbnails for an application element
|
ThumbnailsDeleteApplicationThumbnailsResponse |
call(String did,
WV wvType,
String wv,
String eid) |
Calls deleteApplicationThumbnails method, Delete element thumbnails for an application element
|
public final ThumbnailsDeleteApplicationThumbnailsResponse 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 ThumbnailsDeleteApplicationThumbnailsResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.