public static final class ElementsGetTranslatorFormatsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
ElementsGetTranslatorFormatsResponse |
call(Number objectType,
Boolean onlyImportable,
Boolean onlyExportable) |
Calls getTranslatorFormats method, Get translator formats
|
public final ElementsGetTranslatorFormatsResponse call(Number objectType, Boolean onlyImportable, Boolean onlyExportable) throws OnshapeException
objectType - restrict to only formats that support given object type (0 - GLOBAL, 2 - PART, 3 - ASSEMBLY, 4 - DRAWING, 5 - PART STUDIO) (Default: null)onlyImportable - restrict to only formats that can be imported from (Default: null)onlyExportable - restrict to only formats that can be exported to (Default: null)OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.