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