Uses of Enum Class
com.mypurecloud.sdk.v2.model.DocumentBodyListBlockProperties.UnorderedTypeEnum
Packages that use DocumentBodyListBlockProperties.UnorderedTypeEnum
-
Uses of DocumentBodyListBlockProperties.UnorderedTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyListBlockProperties.UnorderedTypeEnumModifier and TypeMethodDescriptionDocumentBodyListBlockProperties.UnorderedTypeEnum.fromString(String key) DocumentBodyListBlockProperties.getUnorderedType()Returns the enum constant of this class with the specified name.DocumentBodyListBlockProperties.UnorderedTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type DocumentBodyListBlockProperties.UnorderedTypeEnumModifier and TypeMethodDescriptionvoidDocumentBodyListBlockProperties.setUnorderedType(DocumentBodyListBlockProperties.UnorderedTypeEnum unorderedType) DocumentBodyListBlockProperties.unorderedType(DocumentBodyListBlockProperties.UnorderedTypeEnum unorderedType) The type of icon for the unordered list.