Class BackgroundImage

java.lang.Object
com.ringcentral.definitions.BackgroundImage

public class BackgroundImage extends Object
Specifies a background image oa a card. Acceptable formats are PNG, JPEG, and GIF
  • Field Details

    • type

      public String type
      Must be `BackgroundImage` Enum: BackgroundImage
    • url

      public String 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

      public String fillMode
      Describes how the image should fill the area Enum: cover, repeatHorizontally, repeatVertically, repeat
    • horizontalAlignment

      public String horizontalAlignment
      Describes how the image should be aligned if it must be cropped or if using repeat fill mode Enum: left, center, right
    • verticalAlignment

      public String 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