Uses of Class
com.mypurecloud.sdk.v2.model.DocumentTableContentBlockWithHighlight
Packages that use DocumentTableContentBlockWithHighlight
-
Uses of DocumentTableContentBlockWithHighlight in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentTableContentBlockWithHighlightModifier and TypeMethodDescriptionDocumentTableContentBlockWithHighlight.answerHighlight(DocumentContentHighlightIndex answerHighlight) The block highlight data.DocumentTableContentBlockWithHighlight.image(DocumentBodyImage image) Image.DocumentTableContentBlockWithHighlight.list(DocumentBodyListWithHighlight list) List.DocumentTableContentBlockWithHighlight.paragraph(DocumentBodyParagraphWithHighlight paragraph) Paragraph.DocumentTableContentBlockWithHighlight.table(DocumentBodyTableWithHighlight table) Table.DocumentTableContentBlockWithHighlight.text(DocumentText text) Text.DocumentTableContentBlockWithHighlight.type(DocumentTableContentBlockWithHighlight.TypeEnum type) The type of the block for the table cell.DocumentTableContentBlockWithHighlight.video(DocumentBodyVideo video) Video.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DocumentTableContentBlockWithHighlightMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DocumentTableContentBlockWithHighlightModifier and TypeMethodDescriptionDocumentBodyTableCellBlockWithHighlight.blocks(List<DocumentTableContentBlockWithHighlight> blocks) The list of content blocks for the table.voidDocumentBodyTableCellBlockWithHighlight.setBlocks(List<DocumentTableContentBlockWithHighlight> blocks)