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