public static final class AppElementsGetSubElementContentRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
String |
baseChangeId() |
Get Id of a change made prior to the specified or implied changeId.
|
AppElementsGetSubElementContentRequest.Builder |
baseChangeId(String value) |
Set Id of a change made prior to the specified or implied changeId.
|
AppElementsGetSubElementContentResponse |
call(OnshapeDocument document) |
Calls getSubElementContent method, Get content of sub-elements in a workspace
|
AppElementsGetSubElementContentResponse |
call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getSubElementContent method, Get content of sub-elements in a workspace
|
String |
changeId() |
Get Id of the change at which the ids should be retrieved.
|
AppElementsGetSubElementContentRequest.Builder |
changeId(String value) |
Set Id of the change at which the ids should be retrieved.
|
String |
linkDocumentId() |
Get Id of document that links to the document being accessed.
|
AppElementsGetSubElementContentRequest.Builder |
linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
String |
subelementId() |
Get Id of a sub-element to use as a restriction for returned data
|
AppElementsGetSubElementContentRequest.Builder |
subelementId(String value) |
Set Id of a sub-element to use as a restriction for returned data
|
String |
transactionId() |
Get Id of the transaction in which the ids should be retrieved.
|
AppElementsGetSubElementContentRequest.Builder |
transactionId(String value) |
Set Id of the transaction in which the ids should be retrieved.
|
public final String transactionId()
public final AppElementsGetSubElementContentRequest.Builder transactionId(String value)
value - Id of the transaction in which the ids should be retrieved. Valid only when used with a workspaceIdpublic final String changeId()
public final AppElementsGetSubElementContentRequest.Builder changeId(String value)
value - Id of the change at which the ids should be retrieved. If not specified, defaults to the latest change in the workspace, version or microversion. May be specified only when used with a workspaceIdpublic final String baseChangeId()
public final AppElementsGetSubElementContentRequest.Builder baseChangeId(String value)
value - Id of a change made prior to the specified or implied changeId. If specified, only changes made after the base changeId are returned.public final String subelementId()
public final AppElementsGetSubElementContentRequest.Builder subelementId(String value)
value - Id of a sub-element to use as a restriction for returned datapublic final String linkDocumentId()
public final AppElementsGetSubElementContentRequest.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 AppElementsGetSubElementContentResponse 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 AppElementsGetSubElementContentResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.