Package com.mypurecloud.sdk.v2.model
Class DocumentBodyListItemProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyListItemProperties
- All Implemented Interfaces:
Serializable
DocumentBodyListItemProperties
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe align type for the list item.static enumThe font size for the list item.static enumThe font type for the list item.static enumThe type of icon for the ordered list.static enumThe type of icon for the unordered list. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe align type for the list item.backgroundColor(String backgroundColor) The background color for the list item.booleanThe font size for the list item.The font type for the list item.getAlign()inthashCode()indentation(Float indentation) The indentation property for the list item.The type of icon for the ordered list.voidvoidsetBackgroundColor(String backgroundColor) voidvoidvoidsetIndentation(Float indentation) voidvoidsetTextColor(String textColor) voidsetUnorderedType(DocumentBodyListItemProperties.UnorderedTypeEnum unorderedType) The text color for the list item.toString()unorderedType(DocumentBodyListItemProperties.UnorderedTypeEnum unorderedType) The type of icon for the unordered list.
-
Constructor Details
-
DocumentBodyListItemProperties
public DocumentBodyListItemProperties() -
DocumentBodyListItemProperties
-
-
Method Details
-
backgroundColor
The background color for the list item. The valid values in hex color code representation. For example black color - #000000 -
getBackgroundColor
-
setBackgroundColor
-
align
The align type for the list item. -
getAlign
-
setAlign
-
indentation
The indentation property for the list item. The valid values in 'em'. -
getIndentation
-
setIndentation
-
fontSize
public DocumentBodyListItemProperties fontSize(DocumentBodyListItemProperties.FontSizeEnum fontSize) The font size for the list item. The valid values in 'em'. -
getFontSize
-
setFontSize
-
fontType
public DocumentBodyListItemProperties fontType(DocumentBodyListItemProperties.FontTypeEnum fontType) The font type for the list item. -
getFontType
-
setFontType
-
textColor
The text color for the list item. The valid values in hex color code representation. For example black color - #000000 -
getTextColor
-
setTextColor
-
unorderedType
public DocumentBodyListItemProperties unorderedType(DocumentBodyListItemProperties.UnorderedTypeEnum unorderedType) The type of icon for the unordered list. -
getUnorderedType
-
setUnorderedType
-
orderedType
public DocumentBodyListItemProperties orderedType(DocumentBodyListItemProperties.OrderedTypeEnum orderedType) The type of icon for the ordered list. -
getOrderedType
-
setOrderedType
-
equals
-
hashCode
public int hashCode() -
toString
-