public static final class ElementsUpdateReferencesRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
ElementsUpdateReferencesResponse |
call(OnshapeDocument document) |
Calls updateReferences method, Update or replace references in an element
|
ElementsUpdateReferencesResponse |
call(String did,
String wid,
String eid) |
Calls updateReferences method, Update or replace references in an element
|
ElementsUpdateReferencesRequestReferenceUpdates[] |
referenceUpdates() |
Get A list of reference updates to apply.
|
ElementsUpdateReferencesRequest.Builder |
referenceUpdates(ElementsUpdateReferencesRequestReferenceUpdates[] value) |
Set A list of reference updates to apply.
|
public final ElementsUpdateReferencesRequestReferenceUpdates[] referenceUpdates()
public final ElementsUpdateReferencesRequest.Builder referenceUpdates(ElementsUpdateReferencesRequestReferenceUpdates[] value)
value - A list of reference updates to apply.public final ElementsUpdateReferencesResponse call(String did, String wid, String eid) throws OnshapeException
did - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final ElementsUpdateReferencesResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.