public static final class FeatureStudiosGetFeatureStudioSpecsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
FeatureStudiosGetFeatureStudioSpecsResponse |
call(OnshapeDocument document) |
Calls getFeatureStudioSpecs method, Get the feature specs for a Feature Studio tab
|
FeatureStudiosGetFeatureStudioSpecsResponse |
call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getFeatureStudioSpecs method, Get the feature specs for a Feature Studio tab
|
public final FeatureStudiosGetFeatureStudioSpecsResponse 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 FeatureStudiosGetFeatureStudioSpecsResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.