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