public static final class DocumentsUpdateExternalReferencesToLatestDocumentsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsUpdateExternalReferencesToLatestDocumentsResponse |
call(OnshapeDocument document) |
Calls updateExternalReferencesToLatestDocuments method, Update the external references to the latest documents if the referenced external elements have been parted out
|
DocumentsUpdateExternalReferencesToLatestDocumentsResponse |
call(String did,
String wid,
String eid) |
Calls updateExternalReferencesToLatestDocuments method, Update the external references to the latest documents if the referenced external elements have been parted out
|
String[] |
elements() |
Get update the external references that are pointing to [elements] if [elements] is not empty, otherwise update all external references in the given element
|
DocumentsUpdateExternalReferencesToLatestDocumentsRequest.Builder |
elements(String[] value) |
Set update the external references that are pointing to [elements] if [elements] is not empty, otherwise update all external references in the given element
|
public final String[] elements()
public final DocumentsUpdateExternalReferencesToLatestDocumentsRequest.Builder elements(String[] value)
value - update the external references that are pointing to [elements] if [elements] is not empty, otherwise update all external references in the given elementpublic final DocumentsUpdateExternalReferencesToLatestDocumentsResponse call(String did, String wid, String eid) throws OnshapeException
did - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final DocumentsUpdateExternalReferencesToLatestDocumentsResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.