public final class AppElementsCreateElementRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AppElementsCreateElementRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static AppElementsCreateElementRequest.Builder |
builder(Onshape onshape) |
|
String |
getDescription() |
Get Description of the change being made, for history tracking
|
String |
getFormatId() |
Get The format id for the application element
|
Map |
getJsonTree() |
Get The initial json tree in the element.
|
AppElementsCreateElementRequestLocation |
getLocation() |
Get Location at which element should be inserted.
|
String |
getName() |
Get Requested app-element name
|
AppElementsCreateElementRequestSubelements[] |
getSubelements() |
Get Initial list of sub-element contents
|
String |
toString() |
public final String getFormatId()
public final String getName()
public final String getDescription()
public final AppElementsCreateElementRequestSubelements[] getSubelements()
public final Map getJsonTree()
public final AppElementsCreateElementRequestLocation getLocation()
public static final AppElementsCreateElementRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.