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