Package com.oracle.bmc.aivision.model
Class TableRow.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.TableRow.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TableRowbuild()TableRow.Buildercells(List<Cell> cells)The cells in the row.TableRow.Buildercopy(TableRow model)
 
- 
- 
- 
Method Detail- 
cellspublic TableRow.Builder cells(List<Cell> cells) The cells in the row.- Parameters:
- cells- the value to set
- Returns:
- this builder
 
 - 
buildpublic TableRow build() 
 - 
copypublic TableRow.Builder copy(TableRow model) 
 
- 
 
-