public static final class DrawingsGetTranslationFormatsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
DrawingsGetTranslationFormatsResponse |
call(OnshapeDocument document) |
Calls getTranslationFormats method, Returns a list of the available formats to which this Drawing can be translated.
|
DrawingsGetTranslationFormatsResponse |
call(String did,
String wid,
String eid) |
Calls getTranslationFormats method, Returns a list of the available formats to which this Drawing can be translated.
|
public final DrawingsGetTranslationFormatsResponse call(String did, String wid, String eid) throws OnshapeException
did - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final DrawingsGetTranslationFormatsResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.