public final class AppElementsCreateElementRequestLocation extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AppElementsCreateElementRequestLocation.Builder |
| Modifier and Type | Field | Description |
|---|---|---|
String |
elementId |
Id of an element to place the new element near.
|
String |
groupId |
For internal use.
|
Number |
position |
An indicator for the relative placement of the new element.
|
| Modifier and Type | Method | Description |
|---|---|---|
static AppElementsCreateElementRequestLocation.Builder |
builder() |
|
String |
getElementId() |
Get Id of an element to place the new element near.
|
String |
getGroupId() |
Get For internal use.
|
Number |
getPosition() |
Get An indicator for the relative placement of the new element.
|
String |
toString() |
public String groupId
public String elementId
public Number position
public final String getGroupId()
public final String getElementId()
public final Number getPosition()
public static final AppElementsCreateElementRequestLocation.Builder builder()
Copyright © 2021. All rights reserved.