Uses of Class
com.oracle.bmc.aivision.model.Cell
-
Packages that use Cell Package Description com.oracle.bmc.aivision.model -
-
Uses of Cell in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return Cell Modifier and Type Method Description Cell
Cell.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type Cell Modifier and Type Method Description List<Cell>
TableRow. getCells()
The cells in the row.Methods in com.oracle.bmc.aivision.model with parameters of type Cell Modifier and Type Method Description Cell.Builder
Cell.Builder. copy(Cell model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type Cell Modifier and Type Method Description TableRow.Builder
TableRow.Builder. cells(List<Cell> cells)
The cells in the row.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type Cell Constructor Description TableRow(List<Cell> cells)
Deprecated.
-