public final class AppElementsUploadBlobSubelementRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AppElementsUploadBlobSubelementRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static AppElementsUploadBlobSubelementRequest.Builder |
builder(Onshape onshape) |
|
String |
getDescription() |
Get Description of the change being made, for history tracking
|
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.
|
String |
getParentChangeId() |
Get Id of the last change made by this application to this element
|
String |
getTransactionId() |
Get Id of transaction in which the update should be performed
|
String |
toString() |
public final String getTransactionId()
public final String getParentChangeId()
public final String getDescription()
public final Blob getFile()
public final String getEncodedFilename()
public final Number getFileContentLength()
public static final AppElementsUploadBlobSubelementRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.