public static final class AppElementsResolveReferencesRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AppElementsResolveReferencesResponse |
call(OnshapeDocument document) |
Calls resolveReferences method, Resolve references for an app element
|
AppElementsResolveReferencesResponse |
call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls resolveReferences method, Resolve references for an app element
|
String |
linkDocumentId() |
Get Id of document that links to the document being accessed.
|
AppElementsResolveReferencesRequest.Builder |
linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
String |
parentChangeId() |
Get Id of the change at which the references should be retrieved.
|
AppElementsResolveReferencesRequest.Builder |
parentChangeId(String value) |
Set Id of the change at which the references should be retrieved.
|
String |
referenceIds() |
Get A list of ids (comma-separated) of the references to resolve, or empty if all.
|
AppElementsResolveReferencesRequest.Builder |
referenceIds(String value) |
Set A list of ids (comma-separated) of the references to resolve, or empty if all.
|
String |
transactionId() |
Get Id of the transaction in which the references should be retrieved.
|
AppElementsResolveReferencesRequest.Builder |
transactionId(String value) |
Set Id of the transaction in which the references should be retrieved.
|
public final String transactionId()
public final AppElementsResolveReferencesRequest.Builder transactionId(String value)
value - Id of the transaction in which the references should be retrieved. Valid only when used with a workspaceIdpublic final String parentChangeId()
public final AppElementsResolveReferencesRequest.Builder parentChangeId(String value)
value - Id of the change at which the references should be retrieved. Valid only when used with a workspaceIdpublic final String referenceIds()
public final AppElementsResolveReferencesRequest.Builder referenceIds(String value)
value - A list of ids (comma-separated) of the references to resolve, or empty if all.public final String linkDocumentId()
public final AppElementsResolveReferencesRequest.Builder linkDocumentId(String value)
value - Id of document that links to the document being accessed. This may provide additional access rights to the document. Allowed only with version (v) path parameter.public final AppElementsResolveReferencesResponse call(String did, WVM wvmType, String wvm, String eid) throws OnshapeException
did - Document IDwvmType - Type of Workspace, Version or Microversionwvm - Workspace (w), Version (v) or Microversion (m) IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final AppElementsResolveReferencesResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.