Package com.mypurecloud.sdk.v2.model
Class DocumentBodyTableRowBlockWithHighlight
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyTableRowBlockWithHighlight
- All Implemented Interfaces:
Serializable
DocumentBodyTableRowBlockWithHighlight
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe list of cells for the table.booleangetCells()inthashCode()properties(DocumentBodyTableRowBlockProperties properties) The properties for the table rows.voidvoidsetProperties(DocumentBodyTableRowBlockProperties properties) toString()
-
Constructor Details
-
DocumentBodyTableRowBlockWithHighlight
public DocumentBodyTableRowBlockWithHighlight() -
DocumentBodyTableRowBlockWithHighlight
-
-
Method Details
-
properties
public DocumentBodyTableRowBlockWithHighlight properties(DocumentBodyTableRowBlockProperties properties) The properties for the table rows. -
getProperties
-
setProperties
-
cells
public DocumentBodyTableRowBlockWithHighlight cells(List<DocumentBodyTableCellBlockWithHighlight> cells) The list of cells for the table. -
getCells
-
setCells
-
equals
-
hashCode
public int hashCode() -
toString
-