public static final class AppElementsAbortTransactionRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AppElementsAbortTransactionResponse |
call(OnshapeDocument document,
String tid) |
Calls abortTransaction method, Aborts a transaction (deletes a microbranch)
|
AppElementsAbortTransactionResponse |
call(String tid,
String did,
String wid,
String eid) |
Calls abortTransaction method, Aborts a transaction (deletes a microbranch)
|
public final AppElementsAbortTransactionResponse call(String tid, String did, String wid, String eid) throws OnshapeException
tid - Id of the transaction to abortdid - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final AppElementsAbortTransactionResponse call(OnshapeDocument document, String tid) throws OnshapeException
document - Document object from Onshape URL.tid - Id of the transaction to abortOnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.