public final class PartStudiosCreateTranslationRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PartStudiosCreateTranslationRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static PartStudiosCreateTranslationRequest.Builder |
builder(Onshape onshape) |
|
String |
getConfiguration() |
Get A configuration string indicating the particular configuration that should be translated
|
String |
getFormatName() |
Get Name of format into which this element should be translated.
|
Boolean |
getIncludeExportIds() |
Get Whether to include topology id strings in parasolid output format.
|
String |
getLinkDocumentWorkspaceId() |
Get If storeInDocument is true and linkDocumentId is specified, this specifies a workspace to be used for result storage within the linkDocument.
|
String |
getPartIds() |
Get A comma-separated list of part ids that should be translated.
|
Boolean |
getStoreInDocument() |
Get controls whether the translation is stored as a new element or whether the data is stored as external data (storeInDocument=false).
|
String |
toString() |
public final String getConfiguration()
public final String getPartIds()
public final String getFormatName()
public final Boolean getIncludeExportIds()
public final Boolean getStoreInDocument()
public final String getLinkDocumentWorkspaceId()
public static final PartStudiosCreateTranslationRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.