Package com.mypurecloud.sdk.v2.model
Class DocumentBodyList
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyList
- All Implemented Interfaces:
Serializable
DocumentBodyList
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblocks(List<DocumentBodyListBlock> blocks) The list of items for an OrderedList or an UnorderedList.booleaninthashCode()properties(DocumentBodyListBlockProperties properties) Properties for the UnorderedList or OrderedList.voidsetBlocks(List<DocumentBodyListBlock> blocks) voidsetProperties(DocumentBodyListBlockProperties properties) toString()
-
Constructor Details
-
DocumentBodyList
public DocumentBodyList() -
DocumentBodyList
-
-
Method Details
-
properties
Properties for the UnorderedList or OrderedList. -
getProperties
-
setProperties
-
blocks
The list of items for an OrderedList or an UnorderedList. -
getBlocks
-
setBlocks
-
equals
-
hashCode
public int hashCode() -
toString
-