Uses of Enum Class
com.mypurecloud.sdk.v2.model.DocumentContentBlock.TypeEnum
Packages that use DocumentContentBlock.TypeEnum
-
Uses of DocumentContentBlock.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentContentBlock.TypeEnumModifier and TypeMethodDescriptionDocumentContentBlock.TypeEnum.fromString(String key) DocumentContentBlock.getType()Returns the enum constant of this class with the specified name.static DocumentContentBlock.TypeEnum[]DocumentContentBlock.TypeEnum.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 DocumentContentBlock.TypeEnumModifier and TypeMethodDescriptionvoidDocumentContentBlock.setType(DocumentContentBlock.TypeEnum type) DocumentContentBlock.type(DocumentContentBlock.TypeEnum type) The type of the paragraph block.