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