Package com.mypurecloud.sdk.v2.model
Class DocumentBodyParagraph
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyParagraph
- All Implemented Interfaces:
Serializable
DocumentBodyParagraph
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblocks(List<DocumentContentBlock> blocks) The list of blocks for the paragraph.booleaninthashCode()properties(DocumentBodyParagraphProperties properties) The properties for the paragraph.voidsetBlocks(List<DocumentContentBlock> blocks) voidsetProperties(DocumentBodyParagraphProperties properties) toString()
-
Constructor Details
-
DocumentBodyParagraph
public DocumentBodyParagraph() -
DocumentBodyParagraph
-
-
Method Details