Uses of Enum Class
com.mypurecloud.sdk.v2.model.DocumentBodyTableCellBlockProperties.BorderStyleEnum
Packages that use DocumentBodyTableCellBlockProperties.BorderStyleEnum
-
Uses of DocumentBodyTableCellBlockProperties.BorderStyleEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyTableCellBlockProperties.BorderStyleEnumModifier and TypeMethodDescriptionDocumentBodyTableCellBlockProperties.BorderStyleEnum.fromString(String key) DocumentBodyTableCellBlockProperties.getBorderStyle()Returns the enum constant of this class with the specified name.DocumentBodyTableCellBlockProperties.BorderStyleEnum.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.BorderStyleEnumModifier and TypeMethodDescriptionDocumentBodyTableCellBlockProperties.borderStyle(DocumentBodyTableCellBlockProperties.BorderStyleEnum borderStyle) The border style for the table cell.voidDocumentBodyTableCellBlockProperties.setBorderStyle(DocumentBodyTableCellBlockProperties.BorderStyleEnum borderStyle)