public final class PartStudiosUpdateFeaturesRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PartStudiosUpdateFeaturesRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static PartStudiosUpdateFeaturesRequest.Builder |
builder(Onshape onshape) |
|
Map[] |
getFeatures() |
Get A list of features containing updates to apply
|
Boolean |
getRejectMicroversionSkew() |
Get If set to true and the element has changed since sourceMicroversion, return an HTTP Conflict status.
|
String |
getSerializationVersion() |
Get The version of the serialization protocol for features
|
String |
getSourceMicroversion() |
Get The document microversion from which the features were extracted
|
Boolean |
getUpdateSuppressionAttributes() |
Get If true, suppression attributes of the feature (suppress, suppressionState) will be updated
|
String |
toString() |
public final Boolean getUpdateSuppressionAttributes()
public final Map[] getFeatures()
public final String getSerializationVersion()
public final String getSourceMicroversion()
public final Boolean getRejectMicroversionSkew()
public static final PartStudiosUpdateFeaturesRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.