Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
AppElementsUpdateElementRequest.Builder |
AppElements.updateElement() |
Create request for updateElement
|
Modifier and Type | Method | Description |
---|---|---|
static AppElementsUpdateElementRequest.Builder |
AppElementsUpdateElementRequest.builder(Onshape onshape) |
|
AppElementsUpdateElementRequest.Builder |
AppElementsUpdateElementRequest.Builder.changes(AppElementsUpdateElementRequestChanges[] value) |
Set List of changes to make to the application element
|
AppElementsUpdateElementRequest.Builder |
AppElementsUpdateElementRequest.Builder.description(String value) |
Set Description of the change being made, for history tracking
|
AppElementsUpdateElementRequest.Builder |
AppElementsUpdateElementRequest.Builder.jsonTreeEdit(Map value) |
Set A change to the JSON tree encoded as a BTJEdit
|
AppElementsUpdateElementRequest.Builder |
AppElementsUpdateElementRequest.Builder.parentChangeId(String value) |
Set Id of the last change made by this application to this element
|
AppElementsUpdateElementRequest.Builder |
AppElementsUpdateElementRequest.Builder.transactionId(String value) |
Set Id of transaction in which the update should be performed
|
Copyright © 2021. All rights reserved.