public static final class PartStudiosGetBodyDetailsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
PartStudiosGetBodyDetailsResponse |
call(OnshapeDocument document) |
Calls getBodyDetails method, Get the body details of a Part Studio.
|
PartStudiosGetBodyDetailsResponse |
call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getBodyDetails method, Get the body details of a Part Studio.
|
String |
configuration() |
Get Configuration string
|
PartStudiosGetBodyDetailsRequest.Builder |
configuration(String value) |
Set Configuration string
|
String |
linkDocumentId() |
Get Id of document that links to the document being accessed.
|
PartStudiosGetBodyDetailsRequest.Builder |
linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
Number |
rollbackBarIndex() |
Get Index specifying the location of the rollback bar when the call is evaluated.
|
PartStudiosGetBodyDetailsRequest.Builder |
rollbackBarIndex(Number value) |
Set Index specifying the location of the rollback bar when the call is evaluated.
|
public final String linkDocumentId()
public final PartStudiosGetBodyDetailsRequest.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 String configuration()
public final PartStudiosGetBodyDetailsRequest.Builder configuration(String value)
value - Configuration stringpublic final Number rollbackBarIndex()
public final PartStudiosGetBodyDetailsRequest.Builder rollbackBarIndex(Number value)
value - Index specifying the location of the rollback bar when the call is evaluated. A -1 indicates that it should be at the end of the featurelist.public final PartStudiosGetBodyDetailsResponse 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 PartStudiosGetBodyDetailsResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.