public static final class AppElementsStartTransactionRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AppElementsStartTransactionResponse |
call(OnshapeDocument document) |
Calls startTransaction method, Start a transaction (creates a microbranch)
|
AppElementsStartTransactionResponse |
call(String did,
String wid,
String eid) |
Calls startTransaction method, Start a transaction (creates a microbranch)
|
String |
description() |
Get Description of the change being made, for history tracking
|
AppElementsStartTransactionRequest.Builder |
description(String value) |
Set Description of the change being made, for history tracking
|
String |
parentChangeId() |
Get Id of the last change made by this application to this element
|
AppElementsStartTransactionRequest.Builder |
parentChangeId(String value) |
Set Id of the last change made by this application to this element
|
public final String parentChangeId()
public final AppElementsStartTransactionRequest.Builder parentChangeId(String value)
value - Id of the last change made by this application to this elementpublic final String description()
public final AppElementsStartTransactionRequest.Builder description(String value)
value - Description of the change being made, for history trackingpublic final AppElementsStartTransactionResponse call(String did, String wid, String eid) throws OnshapeException
did - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final AppElementsStartTransactionResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.