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