public final class AppElementsUpdateElementRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AppElementsUpdateElementRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static AppElementsUpdateElementRequest.Builder |
builder(Onshape onshape) |
|
AppElementsUpdateElementRequestChanges[] |
getChanges() |
Get List of changes to make to the application element
|
String |
getDescription() |
Get Description of the change being made, for history tracking
|
Map |
getJsonTreeEdit() |
Get A change to the JSON tree encoded as a BTJEdit
|
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 AppElementsUpdateElementRequestChanges[] getChanges()
public final Map getJsonTreeEdit()
public static final AppElementsUpdateElementRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.