public static final class FeatureStudiosCreateFeatureStudioRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
FeatureStudiosCreateFeatureStudioResponse |
call(OnshapeDocument document) |
Calls createFeatureStudio method, Create an new feature studio tab in the document.
|
FeatureStudiosCreateFeatureStudioResponse |
call(String did,
String wid) |
Calls createFeatureStudio method, Create an new feature studio tab in the document.
|
String |
name() |
Get An optional name for the feature studio.
|
FeatureStudiosCreateFeatureStudioRequest.Builder |
name(String value) |
Set An optional name for the feature studio.
|
public final String name()
public final FeatureStudiosCreateFeatureStudioRequest.Builder name(String value)
value - An optional name for the feature studio. If not specified, it is named Feature Studio <n>public final FeatureStudiosCreateFeatureStudioResponse call(String did, String wid) throws OnshapeException
did - Document IDwid - Workspace IDOnshapeException - On HTTP or serialization errorpublic final FeatureStudiosCreateFeatureStudioResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.