public final class BlobElementsUploadFileUpdateElementRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
BlobElementsUploadFileUpdateElementRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static BlobElementsUploadFileUpdateElementRequest.Builder |
builder(Onshape onshape) |
|
Boolean |
getAllowFaultyParts() |
Get If not specified or if specified as false, bodies to be imported are examined for validity and any found to be faulty are removed from the import.
|
Boolean |
getCreateComposite() |
Get If the value is specified as true, each part studio contains a single composite part made up of all its topologies.
|
String |
getEncodedFilename() |
Get Filename override interpreted as a URL-encoded string.
|
Blob |
getFile() |
Get File data to upload.
|
Number |
getFileContentLength() |
Get The length of the file being uploaded, in bytes.
|
Boolean |
getFlattenAssemblies() |
Get If true, remove assembly structure and create only a Part Studio
|
Boolean |
getImportInBackground() |
Get If storeInDocument is true and formatName is ONSHAPE and the source is a Parasolid file, this specifies the preference as to whether the import should be completed prior to the completion of the request (importInBackground=false) or whether it should be performed asynchronously (importInBackground=true).
|
Boolean |
getTranslate() |
Get Whether the uploaded file should be translated to Onshape format, if possible
|
Boolean |
getYAxisIsUp() |
Get If true, treat the model's Y axis as the vertical axis.
|
String |
toString() |
public final Blob getFile()
public final String getEncodedFilename()
public final Number getFileContentLength()
public final Boolean getTranslate()
public final Boolean getFlattenAssemblies()
public final Boolean getYAxisIsUp()
public final Boolean getImportInBackground()
public final Boolean getAllowFaultyParts()
public final Boolean getCreateComposite()
public static final BlobElementsUploadFileUpdateElementRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.