public static final class AppElementsCreateElementRequestLocation.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AppElementsCreateElementRequestLocation |
build() |
|
String |
elementId() |
Get Id of an element to place the new element near.
|
AppElementsCreateElementRequestLocation.Builder |
elementId(String value) |
Set Id of an element to place the new element near.
|
String |
groupId() |
Get For internal use.
|
AppElementsCreateElementRequestLocation.Builder |
groupId(String value) |
Set For internal use.
|
Number |
position() |
Get An indicator for the relative placement of the new element.
|
AppElementsCreateElementRequestLocation.Builder |
position(Number value) |
Set An indicator for the relative placement of the new element.
|
public final String groupId()
public final AppElementsCreateElementRequestLocation.Builder groupId(String value)
value - For internal use.public final String elementId()
public final AppElementsCreateElementRequestLocation.Builder elementId(String value)
value - Id of an element to place the new element near.public final Number position()
public final AppElementsCreateElementRequestLocation.Builder position(Number value)
value - An indicator for the relative placement of the new element. If elementId is specified, a negative number indicates insertion prior to the element and a non-negative number indicates insertion following the element. If no elementId is specified, a negative value indicates insertion at the end of the group or element list and a non-negative number indicates insertion at the start of the group or elmenet list.public final AppElementsCreateElementRequestLocation build()
Copyright © 2021. All rights reserved.