public static final class AppElementsResolveReferenceRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AppElementsResolveReferenceResponse |
call(OnshapeDocument document,
String rid) |
Calls resolveReference method, Resolve an app element reference.
|
AppElementsResolveReferenceResponse |
call(String rid,
String did,
WVM wvmType,
String wvm,
String eid) |
Calls resolveReference method, Resolve an app element reference.
|
String |
linkDocumentId() |
Get Id of document that links to the document being accessed.
|
AppElementsResolveReferenceRequest.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 reference should be retrieved Valid only when used with a workspaceId
|
AppElementsResolveReferenceRequest.Builder |
parentChangeId(String value) |
Set Id of the change at which the reference should be retrieved Valid only when used with a workspaceId
|
String |
transactionId() |
Get Id of the transaction in which the reference should be retrieved Valid only when used with a workspaceId
|
AppElementsResolveReferenceRequest.Builder |
transactionId(String value) |
Set Id of the transaction in which the reference should be retrieved Valid only when used with a workspaceId
|
public final String transactionId()
public final AppElementsResolveReferenceRequest.Builder transactionId(String value)
value - Id of the transaction in which the reference should be retrieved Valid only when used with a workspaceIdpublic final String parentChangeId()
public final AppElementsResolveReferenceRequest.Builder parentChangeId(String value)
value - Id of the change at which the reference should be retrieved Valid only when used with a workspaceIdpublic final String linkDocumentId()
public final AppElementsResolveReferenceRequest.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 AppElementsResolveReferenceResponse call(String rid, String did, WVM wvmType, String wvm, String eid) throws OnshapeException
rid - The id of the reference to readdid - Document IDwvmType - Type of Workspace, Version or Microversionwvm - Workspace (w), Version (v) or Microversion (m) IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final AppElementsResolveReferenceResponse call(OnshapeDocument document, String rid) throws OnshapeException
document - Document object from Onshape URL.rid - The id of the reference to readOnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.