public static final class AssembliesDeleteInstanceRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AssembliesDeleteInstanceResponse |
call(OnshapeDocument document,
String nid) |
Calls deleteInstance method, Delete an assembly instance.
|
AssembliesDeleteInstanceResponse |
call(String nid,
String did,
String wid,
String eid) |
Calls deleteInstance method, Delete an assembly instance.
|
public final AssembliesDeleteInstanceResponse call(String nid, String did, String wid, String eid) throws OnshapeException
nid - The node id of the instance to be deleteddid - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final AssembliesDeleteInstanceResponse call(OnshapeDocument document, String nid) throws OnshapeException
document - Document object from Onshape URL.nid - The node id of the instance to be deletedOnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.