Interface PromotionalEmbeddedVideo.Builder

  • Method Details

    • title

      The title displayed when hovering over the video.

      Parameters:
      title - The title displayed when hovering over the video.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • url

      The URL of the video file.

      Parameters:
      url - The URL of the video file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • preview

      The URL of the high-resolution preview image for the video.

      Parameters:
      preview - The URL of the high-resolution preview image for the video.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • thumbnail

      The URL of the thumbnail image for the video.

      Parameters:
      thumbnail - The URL of the thumbnail image for the video.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      PromotionalEmbeddedVideo.Builder description(String description)

      An optional description of the video.

      Parameters:
      description - An optional description of the video.
      Returns:
      Returns a reference to this object so that method calls can be chained together.