public static final class PartsGetBendTableRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
PartsGetBendTableResponse |
call(OnshapeDocument document,
String partid) |
Calls getBendTable method, Get the bend table a sheet metal part.
|
PartsGetBendTableResponse |
call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls getBendTable method, Get the bend table a sheet metal part.
|
String |
linkDocumentId() |
Get Id of document that links to the document being accessed.
|
PartsGetBendTableRequest.Builder |
linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
public final String linkDocumentId()
public final PartsGetBendTableRequest.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 PartsGetBendTableResponse 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 PartsGetBendTableResponse 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.