Uses of Enum Class
com.mypurecloud.sdk.v2.model.DocumentBodyTableCellBlockProperties.CellTypeEnum
Packages that use DocumentBodyTableCellBlockProperties.CellTypeEnum
-
Uses of DocumentBodyTableCellBlockProperties.CellTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyTableCellBlockProperties.CellTypeEnumModifier and TypeMethodDescriptionDocumentBodyTableCellBlockProperties.CellTypeEnum.fromString(String key) DocumentBodyTableCellBlockProperties.getCellType()Returns the enum constant of this class with the specified name.DocumentBodyTableCellBlockProperties.CellTypeEnum.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 DocumentBodyTableCellBlockProperties.CellTypeEnumModifier and TypeMethodDescriptionDocumentBodyTableCellBlockProperties.cellType(DocumentBodyTableCellBlockProperties.CellTypeEnum cellType) The type of the table cell.voidDocumentBodyTableCellBlockProperties.setCellType(DocumentBodyTableCellBlockProperties.CellTypeEnum cellType)