public final class AssembliesInsertTransformedInstancesRequestTransformGroupsInstances extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AssembliesInsertTransformedInstancesRequestTransformGroupsInstances.Builder |
| Modifier and Type | Field | Description |
|---|---|---|
String |
configuration |
Configuration of the source element, valid only if the referenced element is a Part Studio.
|
String |
documentId |
Source document ID for the instance.
|
String |
elementId |
Source element ID for the instance.
|
String |
featureId |
Feature ID of instance, if it's a feature.
|
String[] |
includePartTypes |
The part types to include.
|
Boolean |
isAssembly |
Whether the instance is the assembly specified by the element ID.
|
Boolean |
isHidden |
If true add the instance as hidden
|
Boolean |
isSuppressed |
If true add the instance as suppressed
|
Boolean |
isWholePartStudio |
Whether the instance is the entire part studio specified by the element ID.
|
String |
microversionId |
Source document microversion ID in which to resolve elementId and partId.
|
String |
partId |
Part ID of instance, if it's a part or surface.
|
String |
partNumber |
The part number identifying the part or assembly in the release that is to be inserted.
|
String |
revision |
The revision containing the released part or assembly to be inserted.
|
String |
versionId |
Document version ID in which to resolve elementId and partId.
|
| Modifier and Type | Method | Description |
|---|---|---|
static AssembliesInsertTransformedInstancesRequestTransformGroupsInstances.Builder |
builder() |
|
String |
getConfiguration() |
Get Configuration of the source element, valid only if the referenced element is a Part Studio.
|
String |
getDocumentId() |
Get Source document ID for the instance.
|
String |
getElementId() |
Get Source element ID for the instance.
|
String |
getFeatureId() |
Get Feature ID of instance, if it's a feature.
|
String[] |
getIncludePartTypes() |
Get The part types to include.
|
Boolean |
getIsAssembly() |
Get Whether the instance is the assembly specified by the element ID.
|
Boolean |
getIsHidden() |
Get If true add the instance as hidden
|
Boolean |
getIsSuppressed() |
Get If true add the instance as suppressed
|
Boolean |
getIsWholePartStudio() |
Get Whether the instance is the entire part studio specified by the element ID.
|
String |
getMicroversionId() |
Get Source document microversion ID in which to resolve elementId and partId.
|
String |
getPartId() |
Get Part ID of instance, if it's a part or surface.
|
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 Document version ID in which to resolve elementId and partId.
|
String |
toString() |
public String documentId
public String elementId
public String partId
public String featureId
public String microversionId
public String versionId
public String configuration
public Boolean isWholePartStudio
public String[] includePartTypes
public Boolean isAssembly
public Boolean isSuppressed
public Boolean isHidden
public String revision
public String partNumber
public final String getDocumentId()
public final String getElementId()
public final String getPartId()
public final String getFeatureId()
public final String getMicroversionId()
public final String getVersionId()
public final String getConfiguration()
public final Boolean getIsWholePartStudio()
public final String[] getIncludePartTypes()
public final Boolean getIsAssembly()
public final Boolean getIsSuppressed()
public final Boolean getIsHidden()
public final String getRevision()
public final String getPartNumber()
public static final AssembliesInsertTransformedInstancesRequestTransformGroupsInstances.Builder builder()
Copyright © 2021. All rights reserved.