public static final class AppElementsDeleteReferenceRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AppElementsDeleteReferenceResponse |
call(OnshapeDocument document,
String rid) |
Calls deleteReference method, Delete an app element reference
|
AppElementsDeleteReferenceResponse |
call(String rid,
String did,
String wid,
String eid) |
Calls deleteReference method, Delete an app element reference
|
String |
description() |
Get Description of the deletion operation for history
|
AppElementsDeleteReferenceRequest.Builder |
description(String value) |
Set Description of the deletion operation for history
|
String |
parentChangeId() |
Get Id of the last change made by this application to this element
|
AppElementsDeleteReferenceRequest.Builder |
parentChangeId(String value) |
Set Id of the last change made by this application to this element
|
String |
transactionId() |
Get Id of the transaction to commit
|
AppElementsDeleteReferenceRequest.Builder |
transactionId(String value) |
Set Id of the transaction to commit
|
public final String parentChangeId()
public final AppElementsDeleteReferenceRequest.Builder parentChangeId(String value)
value - Id of the last change made by this application to this elementpublic final String transactionId()
public final AppElementsDeleteReferenceRequest.Builder transactionId(String value)
value - Id of the transaction to commitpublic final String description()
public final AppElementsDeleteReferenceRequest.Builder description(String value)
value - Description of the deletion operation for historypublic final AppElementsDeleteReferenceResponse call(String rid, String did, String wid, String eid) throws OnshapeException
rid - The id of the reference to be deleteddid - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final AppElementsDeleteReferenceResponse call(OnshapeDocument document, String rid) throws OnshapeException
document - Document object from Onshape URL.rid - The id of the reference to be deletedOnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.