Uses of Class
com.mypurecloud.sdk.v2.model.DocumentBodyListBlockProperties
Packages that use DocumentBodyListBlockProperties
-
Uses of DocumentBodyListBlockProperties in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyListBlockPropertiesModifier and TypeMethodDescriptionDocumentBodyList.getProperties()DocumentBodyListWithHighlight.getProperties()DocumentBodyListBlockProperties.orderedType(DocumentBodyListBlockProperties.OrderedTypeEnum orderedType) The type of icon for the ordered list.DocumentBodyListBlockProperties.unorderedType(DocumentBodyListBlockProperties.UnorderedTypeEnum unorderedType) The type of icon for the unordered list.Methods in com.mypurecloud.sdk.v2.model with parameters of type DocumentBodyListBlockPropertiesModifier and TypeMethodDescriptionDocumentBodyList.properties(DocumentBodyListBlockProperties properties) Properties for the UnorderedList or OrderedList.DocumentBodyListWithHighlight.properties(DocumentBodyListBlockProperties properties) Properties for the UnorderedList or OrderedList.voidDocumentBodyList.setProperties(DocumentBodyListBlockProperties properties) voidDocumentBodyListWithHighlight.setProperties(DocumentBodyListBlockProperties properties)