Uses of Class
com.mypurecloud.sdk.v2.model.DocumentBodyTableCellBlock
Packages that use DocumentBodyTableCellBlock
-
Uses of DocumentBodyTableCellBlock in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyTableCellBlockModifier and TypeMethodDescriptionDocumentBodyTableCellBlock.blocks(List<DocumentTableContentBlock> blocks) The list of content blocks for the table.DocumentBodyTableCellBlock.properties(DocumentBodyTableCellBlockProperties properties) The properties for the table cell.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DocumentBodyTableCellBlockMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DocumentBodyTableCellBlockModifier and TypeMethodDescriptionDocumentBodyTableRowBlock.cells(List<DocumentBodyTableCellBlock> cells) The list of cells for the table.voidDocumentBodyTableRowBlock.setCells(List<DocumentBodyTableCellBlock> cells)