public static final class AppElementsDeleteBlobSubelementRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AppElementsDeleteBlobSubelementResponse |
call(OnshapeDocument document,
String bid,
String transactionId,
String changeId) |
Calls deleteBlobSubelement method, Delete a blob subelement in an app element.
|
AppElementsDeleteBlobSubelementResponse |
call(String bid,
String did,
String wid,
String eid,
String transactionId,
String changeId) |
Calls deleteBlobSubelement method, Delete a blob subelement in an app element.
|
public final AppElementsDeleteBlobSubelementResponse call(String bid, String did, String wid, String eid, String transactionId, String changeId) throws OnshapeException
bid - Blob subelement IDdid - Document IDwid - Workspace IDeid - Element IDtransactionId - Id of transaction in which the update should be performed (Default: null)changeId - Id of the last change made by this application to this element (Default: null)OnshapeException - On HTTP or serialization errorpublic final AppElementsDeleteBlobSubelementResponse call(OnshapeDocument document, String bid, String transactionId, String changeId) throws OnshapeException
document - Document object from Onshape URL.bid - Blob subelement IDtransactionId - Id of transaction in which the update should be performed (Default: null)changeId - Id of the last change made by this application to this element (Default: null)OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.