Package com.mypurecloud.sdk.v2.model
Class DocumentBodyVideoProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyVideoProperties
- All Implemented Interfaces:
Serializable
DocumentBodyVideoProperties
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe align type for the video. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe align type for the video.backgroundColor(String backgroundColor) The background color for the video.booleangetAlign()getWidth()inthashCode()height(DocumentElementLength height) The height of the video in the specified unit.indentation(Float indentation) The indentation for the video.voidvoidsetBackgroundColor(String backgroundColor) voidsetHeight(DocumentElementLength height) voidsetIndentation(Float indentation) voidsetWidth(DocumentElementLength width) toString()width(DocumentElementLength width) The width of the video in the specified unit.
-
Constructor Details
-
DocumentBodyVideoProperties
public DocumentBodyVideoProperties() -
DocumentBodyVideoProperties
-
-
Method Details
-
backgroundColor
The background color for the video. The valid values in hex color code representation. For example black color - #000000 -
getBackgroundColor
-
setBackgroundColor
-
align
The align type for the video. -
getAlign
-
setAlign
-
indentation
The indentation for the video. The valid values in 'em'. -
getIndentation
-
setIndentation
-
width
The width of the video in the specified unit. -
getWidth
-
setWidth
-
height
The height of the video in the specified unit. -
getHeight
-
setHeight
-
equals
-
hashCode
public int hashCode() -
toString
-