Package com.mypurecloud.sdk.v2.model
Class DocumentBodyTableCellBlock
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyTableCellBlock
- All Implemented Interfaces:
Serializable
DocumentBodyTableCellBlock
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblocks(List<DocumentTableContentBlock> blocks) The list of content blocks for the table.booleaninthashCode()properties(DocumentBodyTableCellBlockProperties properties) The properties for the table cell.voidsetBlocks(List<DocumentTableContentBlock> blocks) voidsetProperties(DocumentBodyTableCellBlockProperties properties) toString()
-
Constructor Details
-
DocumentBodyTableCellBlock
public DocumentBodyTableCellBlock() -
DocumentBodyTableCellBlock
-
-
Method Details