public static final class FeatureStudiosUpdateFeatureStudioContentsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
FeatureStudiosUpdateFeatureStudioContentsResponse |
call(OnshapeDocument document) |
Calls updateFeatureStudioContents method, Update Feature Studio contents to be new text
|
FeatureStudiosUpdateFeatureStudioContentsResponse |
call(String did,
String wid,
String eid) |
Calls updateFeatureStudioContents method, Update Feature Studio contents to be new text
|
Map |
contents() |
Get The new contents of the feature studio
|
FeatureStudiosUpdateFeatureStudioContentsRequest.Builder |
contents(Map value) |
Set The new contents of the feature studio
|
Boolean |
rejectMicroversionSkew() |
Get If set to true and the element has changed since sourceMicroversion, return an HTTP Conflict status.
|
FeatureStudiosUpdateFeatureStudioContentsRequest.Builder |
rejectMicroversionSkew(Boolean value) |
Set If set to true and the element has changed since sourceMicroversion, return an HTTP Conflict status.
|
String |
serializationVersion() |
Get The version of the serialization protocol for features
|
FeatureStudiosUpdateFeatureStudioContentsRequest.Builder |
serializationVersion(String value) |
Set The version of the serialization protocol for features
|
String |
sourceMicroversion() |
Get The document microversion from which the features were extracted
|
FeatureStudiosUpdateFeatureStudioContentsRequest.Builder |
sourceMicroversion(String value) |
Set The document microversion from which the features were extracted
|
public final Map contents()
public final FeatureStudiosUpdateFeatureStudioContentsRequest.Builder contents(Map value)
value - The new contents of the feature studiopublic final String serializationVersion()
public final FeatureStudiosUpdateFeatureStudioContentsRequest.Builder serializationVersion(String value)
value - The version of the serialization protocol for featurespublic final String sourceMicroversion()
public final FeatureStudiosUpdateFeatureStudioContentsRequest.Builder sourceMicroversion(String value)
value - The document microversion from which the features were extractedpublic final Boolean rejectMicroversionSkew()
public final FeatureStudiosUpdateFeatureStudioContentsRequest.Builder rejectMicroversionSkew(Boolean value)
value - If set to true and the element has changed since sourceMicroversion, return an HTTP Conflict status.public final FeatureStudiosUpdateFeatureStudioContentsResponse call(String did, String wid, String eid) throws OnshapeException
did - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final FeatureStudiosUpdateFeatureStudioContentsResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.