public static final class AppElementsListTransactionsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AppElementsListTransactionsResponse |
call(OnshapeDocument document) |
Calls listTransactions method, List element transactions
|
AppElementsListTransactionsResponse |
call(String did,
String wid,
String eid) |
Calls listTransactions method, List element transactions
|
public final AppElementsListTransactionsResponse call(String did, String wid, String eid) throws OnshapeException
did - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final AppElementsListTransactionsResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.