public class Slide extends Object
Constructor and Description |
---|
Slide() |
Modifier and Type | Method and Description |
---|---|
String |
getMediaId()
Gets the id for the media asset to be used for this slide.
|
int |
getOrdinal()
Gets position of the slide within the slide show.
|
String |
getThumbnailUrl()
Gets the fully qualified thumbnail url for the slide.
|
void |
setMediaId(String value)
Sets the id for the media asset to be used for this slide.
|
void |
setOrdinal(int value)
Sets position of the slide within the slide show.
|
void |
setThumbnailUrl(String value)
Sets the fully qualified thumbnail url for the slide.
|
public void setMediaId(String value)
value
- the id for the media asset to be used for this slide. Must be an image.public String getMediaId()
public void setOrdinal(int value)
value
- position of the slide within the slide show.public int getOrdinal()
public void setThumbnailUrl(String value)
value
- the fully qualified thumbnail url for the slide.public String getThumbnailUrl()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.