Package com.ringcentral.definitions
Class BackgroundImage
java.lang.Object
com.ringcentral.definitions.BackgroundImage
Specifies a background image oa a card. Acceptable formats are PNG, JPEG, and GIF
-
Field Summary
FieldsModifier and TypeFieldDescriptionDescribes how the image should fill the area Enum: cover, repeatHorizontally, repeatVertically, repeatDescribes how the image should be aligned if it must be cropped or if using repeat fill mode Enum: left, center, rightMust be `BackgroundImage` Enum: BackgroundImageThe URL/data URL of an image to be used as a background of a card.Describes how the image should be aligned if it must be cropped or if using repeat fill mode Enum: top, center, bottom -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhorizontalAlignment
(String horizontalAlignment) verticalAlignment
(String verticalAlignment)
-
Field Details
-
type
Must be `BackgroundImage` Enum: BackgroundImage -
url
The URL/data URL of an image to be used as a background of a card. Acceptable formats are PNG, JPEG, and GIF Required Format: uri -
fillMode
Describes how the image should fill the area Enum: cover, repeatHorizontally, repeatVertically, repeat -
horizontalAlignment
Describes how the image should be aligned if it must be cropped or if using repeat fill mode Enum: left, center, right -
verticalAlignment
Describes how the image should be aligned if it must be cropped or if using repeat fill mode Enum: top, center, bottom
-
-
Constructor Details
-
BackgroundImage
public BackgroundImage()
-
-
Method Details
-
type
-
url
-
fillMode
-
horizontalAlignment
-
verticalAlignment
-