Uses of Class
com.mypurecloud.sdk.v2.model.DocumentBodyListItemProperties
Packages that use DocumentBodyListItemProperties
-
Uses of DocumentBodyListItemProperties in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyListItemPropertiesModifier and TypeMethodDescriptionDocumentBodyListItemProperties.align(DocumentBodyListItemProperties.AlignEnum align) The align type for the list item.DocumentBodyListItemProperties.backgroundColor(String backgroundColor) The background color for the list item.DocumentBodyListItemProperties.fontSize(DocumentBodyListItemProperties.FontSizeEnum fontSize) The font size for the list item.DocumentBodyListItemProperties.fontType(DocumentBodyListItemProperties.FontTypeEnum fontType) The font type for the list item.DocumentBodyListBlock.getProperties()DocumentBodyListBlockWithHighlight.getProperties()DocumentBodyListItemProperties.indentation(Float indentation) The indentation property for the list item.DocumentBodyListItemProperties.orderedType(DocumentBodyListItemProperties.OrderedTypeEnum orderedType) The type of icon for the ordered list.The text color for the list item.DocumentBodyListItemProperties.unorderedType(DocumentBodyListItemProperties.UnorderedTypeEnum unorderedType) The type of icon for the unordered list.Methods in com.mypurecloud.sdk.v2.model with parameters of type DocumentBodyListItemPropertiesModifier and TypeMethodDescriptionDocumentBodyListBlock.properties(DocumentBodyListItemProperties properties) The properties for the list block.DocumentBodyListBlockWithHighlight.properties(DocumentBodyListItemProperties properties) The properties for the list block.voidDocumentBodyListBlock.setProperties(DocumentBodyListItemProperties properties) voidDocumentBodyListBlockWithHighlight.setProperties(DocumentBodyListItemProperties properties)