Package com.mypurecloud.sdk.v2.model
Class DocumentBodyTableRowBlock
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyTableRowBlock
- All Implemented Interfaces:
Serializable
DocumentBodyTableRowBlock
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncells(List<DocumentBodyTableCellBlock> cells) The list of cells for the table.booleangetCells()inthashCode()properties(DocumentBodyTableRowBlockProperties properties) The properties for the table rows.voidsetCells(List<DocumentBodyTableCellBlock> cells) voidsetProperties(DocumentBodyTableRowBlockProperties properties) toString()
-
Constructor Details
-
DocumentBodyTableRowBlock
public DocumentBodyTableRowBlock() -
DocumentBodyTableRowBlock
-
-
Method Details