Uses of Class
com.mypurecloud.sdk.v2.model.DocumentContentBlockWithHighlight
Packages that use DocumentContentBlockWithHighlight
-
Uses of DocumentContentBlockWithHighlight in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentContentBlockWithHighlightModifier and TypeMethodDescriptionDocumentContentBlockWithHighlight.answerHighlight(DocumentContentHighlightIndex answerHighlight) The block highlight data.DocumentContentBlockWithHighlight.image(DocumentBodyImage image) Image.DocumentContentBlockWithHighlight.text(DocumentText text) Text.DocumentContentBlockWithHighlight.type(DocumentContentBlockWithHighlight.TypeEnum type) The type of the paragraph block.DocumentContentBlockWithHighlight.video(DocumentBodyVideo video) Video.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DocumentContentBlockWithHighlightMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DocumentContentBlockWithHighlightModifier and TypeMethodDescriptionDocumentBodyParagraphWithHighlight.blocks(List<DocumentContentBlockWithHighlight> blocks) The list of blocks for the paragraph.voidDocumentBodyParagraphWithHighlight.setBlocks(List<DocumentContentBlockWithHighlight> blocks)