public final class AssembliesCreateInstanceRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AssembliesCreateInstanceRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static AssembliesCreateInstanceRequest.Builder |
builder(Onshape onshape) |
|
String |
getConfiguration() |
Get Configuration of the source element, valid only if the referenced element is a Part Studio.
|
String |
getDocumentId() |
Get The id of the content document containing the parts or assemblies to be inserted.
|
String |
getElementId() |
Get The id of the element containing the part(s), feature or assemblies to be inserted.
|
String |
getFeatureId() |
Get If isAssembly and isWholePartStudio are false, then this is the id of the feature to be inserted.
|
String[] |
getIncludePartTypes() |
Get The part types to include.
|
Boolean |
getIsAssembly() |
Get If true then the source element must be an assembly and whole assembly is inserted.
|
Boolean |
getIsHidden() |
Get If true add the instance as hidden
|
Boolean |
getIsSuppressed() |
Get If true add the instance as suppressed
|
Boolean |
getIsWholePartStudio() |
Get If true then the source element must be a partStudio and all parts are inserted.
|
String |
getMicroversionId() |
Get The document microversionId in which the elementId and partId will be resolved.
|
String |
getPartId() |
Get If isAssembly and isWholePartStudio are false, then this is the id of the part or surface to be inserted.
|
String |
getPartNumber() |
Get The part number identifying the part or assembly in the release that is to be inserted.
|
String |
getRevision() |
Get The revision containing the released part or assembly to be inserted.
|
String |
getVersionId() |
Get The document versionId from which the parts or assembly to be inserted will be taken.
|
String |
toString() |
public final String getDocumentId()
public final String getElementId()
public final String getVersionId()
public final String getMicroversionId()
public final Boolean getIsSuppressed()
public final Boolean getIsHidden()
public final Boolean getIsAssembly()
public final Boolean getIsWholePartStudio()
public final String getPartId()
public final String getFeatureId()
public final String getConfiguration()
public final String getRevision()
public final String getPartNumber()
public final String[] getIncludePartTypes()
public static final AssembliesCreateInstanceRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.