Class AdaptiveCardInfoBackgroundImage

java.lang.Object
com.ringcentral.definitions.AdaptiveCardInfoBackgroundImage

public class AdaptiveCardInfoBackgroundImage extends Object
  • 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 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

    • AdaptiveCardInfoBackgroundImage

      public AdaptiveCardInfoBackgroundImage()
  • Method Details