public static final class PartsGetBodyDetailsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
PartsGetBodyDetailsResponse |
call(OnshapeDocument document,
String partid) |
Calls getBodyDetails method, Get the body details of a part.
|
PartsGetBodyDetailsResponse |
call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls getBodyDetails method, Get the body details of a part.
|
String |
configuration() |
Get Configuration string
|
PartsGetBodyDetailsRequest.Builder |
configuration(String value) |
Set Configuration string
|
String |
linkDocumentId() |
Get Id of document that links to the document being accessed.
|
PartsGetBodyDetailsRequest.Builder |
linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
public final String linkDocumentId()
public final PartsGetBodyDetailsRequest.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 PartsGetBodyDetailsRequest.Builder configuration(String value)
value - Configuration stringpublic final PartsGetBodyDetailsResponse call(String did, WVM wvmType, String wvm, String eid, String partid) throws OnshapeException
did - Document IDwvmType - Type of Workspace, Version or Microversionwvm - Workspace (w), Version (v) or Microversion (m) IDeid - Element IDpartid - Part ID (must be URL encoded)OnshapeException - On HTTP or serialization errorpublic final PartsGetBodyDetailsResponse call(OnshapeDocument document, String partid) throws OnshapeException
document - Document object from Onshape URL.partid - Part ID (must be URL encoded)OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.