xap-sdk
Toggle table of contents
1.2.9
Select version
1.2.9
1.1.0
1.0.0
JVM
Platform filter
JVM
Switch theme
Search in API
xap-sdk
xap-sdk
/
com.expediagroup.sdk.xap.models
/
Row
/
Builder
Builder
public
final
class
Builder
Members
Constructors
Row.
Builder
Link copied to clipboard
public
Row.Builder
Row.Builder
(
Integer
rowNumber
,
List
<
RowCharacteristic
>
rowCharacteristics
,
List
<
Seat
>
seats
)
Functions
build
Link copied to clipboard
public
final
Row
build
(
)
row
Characteristics
Link copied to clipboard
public
final
Row.Builder
rowCharacteristics
(
List
<
RowCharacteristic
>
rowCharacteristics
)
row
Number
Link copied to clipboard
public
final
Row.Builder
rowNumber
(
Integer
rowNumber
)
seats
Link copied to clipboard
public
final
Row.Builder
seats
(
List
<
Seat
>
seats
)