public static final class AssembliesGetOrCreateBillOfMaterialsElementRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AssembliesGetOrCreateBillOfMaterialsElementResponse |
call(OnshapeDocument document) |
Calls getOrCreateBillOfMaterialsElement method, Create and retrieve a Bill Of Materials element for the specified assembly.
|
AssembliesGetOrCreateBillOfMaterialsElementResponse |
call(String did,
String wid,
String eid) |
Calls getOrCreateBillOfMaterialsElement method, Create and retrieve a Bill Of Materials element for the specified assembly.
|
public final AssembliesGetOrCreateBillOfMaterialsElementResponse call(String did, String wid, String eid) throws OnshapeException
did - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final AssembliesGetOrCreateBillOfMaterialsElementResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.