Class Slide

java.lang.Object
com.blockchyp.client.dto.Slide

public class Slide extends Object
Models a slide within a slide show.
  • Constructor Details

    • Slide

      public Slide()
  • Method Details

    • setMediaId

      public void setMediaId(String value)
      Sets the id for the media asset to be used for this slide.
      Parameters:
      value - the id for the media asset to be used for this slide. Must be an image.
    • getMediaId

      public String getMediaId()
      Gets the id for the media asset to be used for this slide.
      Returns:
      the id for the media asset to be used for this slide. Must be an image.
    • setOrdinal

      public void setOrdinal(int value)
      Sets position of the slide within the slide show.
      Parameters:
      value - position of the slide within the slide show.
    • getOrdinal

      public int getOrdinal()
      Gets position of the slide within the slide show.
      Returns:
      position of the slide within the slide show.
    • setThumbnailUrl

      public void setThumbnailUrl(String value)
      Sets the fully qualified thumbnail url for the slide.
      Parameters:
      value - the fully qualified thumbnail url for the slide.
    • getThumbnailUrl

      public String getThumbnailUrl()
      Gets the fully qualified thumbnail url for the slide.
      Returns:
      the fully qualified thumbnail url for the slide.