Package com.mypurecloud.sdk.v2.model
Class DocumentBodyTableCellBlockWithHighlight
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyTableCellBlockWithHighlight
- All Implemented Interfaces:
Serializable
DocumentBodyTableCellBlockWithHighlight
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe list of content blocks for the table.booleaninthashCode()properties(DocumentBodyTableCellBlockProperties properties) The properties for the table cell.voidvoidsetProperties(DocumentBodyTableCellBlockProperties properties) toString()
-
Constructor Details
-
DocumentBodyTableCellBlockWithHighlight
public DocumentBodyTableCellBlockWithHighlight() -
DocumentBodyTableCellBlockWithHighlight
-
-
Method Details
-
properties
public DocumentBodyTableCellBlockWithHighlight properties(DocumentBodyTableCellBlockProperties properties) The properties for the table cell. -
getProperties
-
setProperties
-
blocks
public DocumentBodyTableCellBlockWithHighlight blocks(List<DocumentTableContentBlockWithHighlight> blocks) The list of content blocks for the table. -
getBlocks
-
setBlocks
-
equals
-
hashCode
public int hashCode() -
toString
-