Package com.mypurecloud.sdk.v2.model
Class DocumentBodyTableRowBlockProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyTableRowBlockProperties
- All Implemented Interfaces:
Serializable
DocumentBodyTableRowBlockProperties
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe alignment for the table row.static enumThe border style for the table row.static enumThe type of the table row. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe alignment for the table row.backgroundColor(String backgroundColor) The background color for the table row.borderColor(String borderColor) The border color for the table row.The border style for the table row.booleaninthashCode()The height for the table row.The type of the table row.voidvoidsetBackgroundColor(String backgroundColor) voidsetBorderColor(String borderColor) voidvoidvoidtoString()
-
Constructor Details
-
DocumentBodyTableRowBlockProperties
public DocumentBodyTableRowBlockProperties() -
DocumentBodyTableRowBlockProperties
-
-
Method Details
-
rowType
public DocumentBodyTableRowBlockProperties rowType(DocumentBodyTableRowBlockProperties.RowTypeEnum rowType) The type of the table row. -
getRowType
-
setRowType
-
alignment
public DocumentBodyTableRowBlockProperties alignment(DocumentBodyTableRowBlockProperties.AlignmentEnum alignment) The alignment for the table row. -
getAlignment
-
setAlignment
-
height
The height for the table row. -
getHeight
-
setHeight
-
borderStyle
public DocumentBodyTableRowBlockProperties borderStyle(DocumentBodyTableRowBlockProperties.BorderStyleEnum borderStyle) The border style for the table row. -
getBorderStyle
-
setBorderStyle
-
borderColor
The border color for the table row. For example black color - #000000 -
getBorderColor
-
setBorderColor
-
backgroundColor
The background color for the table row. For example black color - #000000 -
getBackgroundColor
-
setBackgroundColor
-
equals
-
hashCode
public int hashCode() -
toString
-