public static final class AssembliesGetFeaturesRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AssembliesGetFeaturesResponse |
call(OnshapeDocument document) |
Calls getFeatures method, Get the definition of the feature list for an assembly
|
AssembliesGetFeaturesResponse |
call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getFeatures method, Get the definition of the feature list for an assembly
|
String |
featureId() |
Get ID of a feature; repeat query param to add more than one
|
AssembliesGetFeaturesRequest.Builder |
featureId(String value) |
Set ID of a feature; repeat query param to add more than one
|
String |
linkDocumentId() |
Get Id of document that links to the document being accessed.
|
AssembliesGetFeaturesRequest.Builder |
linkDocumentId(String value) |
Set Id of document that links to the document being accessed.
|
public final String featureId()
public final AssembliesGetFeaturesRequest.Builder featureId(String value)
value - ID of a feature; repeat query param to add more than onepublic final String linkDocumentId()
public final AssembliesGetFeaturesRequest.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 AssembliesGetFeaturesResponse 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 AssembliesGetFeaturesResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.