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