public final class ElementsUpdateConfigurationRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ElementsUpdateConfigurationRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ElementsUpdateConfigurationRequest.Builder |
builder(Onshape onshape) |
|
Map[] |
getConfigurationParameters() |
Get List of configuration parameters, which define the configurability of the Part Studio.
|
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
|
String |
toString() |
public final Map[] getConfigurationParameters()
public final String getSerializationVersion()
public final String getSourceMicroversion()
public final Boolean getRejectMicroversionSkew()
public static final ElementsUpdateConfigurationRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.