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