Package com.mypurecloud.sdk.v2.model
Class DocumentBodyListBlock
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyListBlock
- All Implemented Interfaces:
Serializable
DocumentBodyListBlock
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the list block. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblocks(List<DocumentListContentBlock> blocks) The list of items for an OrderedList or an UnorderedList.booleangetType()inthashCode()properties(DocumentBodyListItemProperties properties) The properties for the list block.voidsetBlocks(List<DocumentListContentBlock> blocks) voidsetProperties(DocumentBodyListItemProperties properties) voidtoString()The type of the list block.
-
Constructor Details
-
DocumentBodyListBlock
public DocumentBodyListBlock() -
DocumentBodyListBlock
-
-
Method Details
-
type
The type of the list block. -
getType
-
setType
-
properties
The properties for the list block. -
getProperties
-
setProperties
-
blocks
The list of items for an OrderedList or an UnorderedList. -
getBlocks
-
setBlocks
-
equals
-
hashCode
public int hashCode() -
toString
-