Package com.mypurecloud.sdk.v2.model
Class DocumentBodyListBlockProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyListBlockProperties
- All Implemented Interfaces:
Serializable
DocumentBodyListBlockProperties
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of icon for the ordered list.static enumThe type of icon for the unordered list. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()The type of icon for the ordered list.voidvoidtoString()unorderedType(DocumentBodyListBlockProperties.UnorderedTypeEnum unorderedType) The type of icon for the unordered list.
-
Constructor Details
-
DocumentBodyListBlockProperties
public DocumentBodyListBlockProperties() -
DocumentBodyListBlockProperties
-
-
Method Details
-
unorderedType
public DocumentBodyListBlockProperties unorderedType(DocumentBodyListBlockProperties.UnorderedTypeEnum unorderedType) The type of icon for the unordered list. -
getUnorderedType
-
setUnorderedType
-
orderedType
public DocumentBodyListBlockProperties orderedType(DocumentBodyListBlockProperties.OrderedTypeEnum orderedType) The type of icon for the ordered list. -
getOrderedType
-
setOrderedType
-
equals
-
hashCode
public int hashCode() -
toString
-