Uses of Class
com.mypurecloud.sdk.v2.model.DocumentBodyVideoProperties
Packages that use DocumentBodyVideoProperties
-
Uses of DocumentBodyVideoProperties in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyVideoPropertiesModifier and TypeMethodDescriptionDocumentBodyVideoProperties.align(DocumentBodyVideoProperties.AlignEnum align) The align type for the video.DocumentBodyVideoProperties.backgroundColor(String backgroundColor) The background color for the video.DocumentBodyVideo.getProperties()DocumentBodyVideoProperties.height(DocumentElementLength height) The height of the video in the specified unit.DocumentBodyVideoProperties.indentation(Float indentation) The indentation for the video.DocumentBodyVideoProperties.width(DocumentElementLength width) The width of the video in the specified unit.Methods in com.mypurecloud.sdk.v2.model with parameters of type DocumentBodyVideoPropertiesModifier and TypeMethodDescriptionDocumentBodyVideo.properties(DocumentBodyVideoProperties properties) The properties for the video.voidDocumentBodyVideo.setProperties(DocumentBodyVideoProperties properties)