Uses of Enum Class
com.mypurecloud.sdk.v2.model.DocumentBodyTableRowBlockProperties.RowTypeEnum
Packages that use DocumentBodyTableRowBlockProperties.RowTypeEnum
-
Uses of DocumentBodyTableRowBlockProperties.RowTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyTableRowBlockProperties.RowTypeEnumModifier and TypeMethodDescriptionDocumentBodyTableRowBlockProperties.RowTypeEnum.fromString(String key) DocumentBodyTableRowBlockProperties.getRowType()Returns the enum constant of this class with the specified name.DocumentBodyTableRowBlockProperties.RowTypeEnum.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.RowTypeEnumModifier and TypeMethodDescriptionDocumentBodyTableRowBlockProperties.rowType(DocumentBodyTableRowBlockProperties.RowTypeEnum rowType) The type of the table row.voidDocumentBodyTableRowBlockProperties.setRowType(DocumentBodyTableRowBlockProperties.RowTypeEnum rowType)