Package com.oracle.bmc.aivision.model
Class TableRow.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.TableRow.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableRow
build()
TableRow.Builder
cells(List<Cell> cells)
The cells in the row.TableRow.Builder
copy(TableRow model)
-
-
-
Method Detail
-
cells
public TableRow.Builder cells(List<Cell> cells)
The cells in the row.- Parameters:
cells
- the value to set- Returns:
- this builder
-
build
public TableRow build()
-
copy
public TableRow.Builder copy(TableRow model)
-
-