public static final class AppElementsGetJsonRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AppElementsGetJsonResponse |
call(OnshapeDocument document) |
Calls getJson method, Gets the JSON tree at a workspace/microversion/version
|
AppElementsGetJsonResponse |
call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getJson method, Gets the JSON tree at a workspace/microversion/version
|
String |
changeId() |
Get Id of the change at which the JSON should be retrieved Valid only when used with a workspaceId
|
AppElementsGetJsonRequest.Builder |
changeId(String value) |
Set Id of the change at which the JSON should be retrieved Valid only when used with a workspaceId
|
String |
transactionId() |
Get Id of the transaction in which the JSON should be retrieved Valid only when used with a workspaceId
|
AppElementsGetJsonRequest.Builder |
transactionId(String value) |
Set Id of the transaction in which the JSON should be retrieved Valid only when used with a workspaceId
|
public final String transactionId()
public final AppElementsGetJsonRequest.Builder transactionId(String value)
value - Id of the transaction in which the JSON should be retrieved Valid only when used with a workspaceIdpublic final String changeId()
public final AppElementsGetJsonRequest.Builder changeId(String value)
value - Id of the change at which the JSON should be retrieved Valid only when used with a workspaceIdpublic final AppElementsGetJsonResponse 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 AppElementsGetJsonResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.