@ProviderType public interface Teaser
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCampaignName()
Return the name of the campaign that contains this teaser
|
java.lang.String |
getCampaignPath()
Returns the path of the campaign that contains this teaser
|
java.lang.String |
getId()
Returns the unique id of the teaser.
|
java.lang.String |
getName()
Returns the name of the teaser
|
java.lang.String |
getPath()
Returns the repository path of the teaser
|
java.util.List<java.lang.String> |
getSegments()
Returns a list of segments associated with this teaser
|
java.util.List<TeaserTag> |
getTags()
Returns the list of tags associated to this teaser
|
java.lang.String |
getThumbnailPath()
Returns the path to the thumbnail of this teaser (the *.thumb.png selector)
|
java.lang.String |
getTitle()
Returns the title of the teaser
|
java.lang.String |
getUrl()
Returns the URL to the teaser
|
java.lang.String getPath()
String
representing the pathjava.lang.String getName()
String
representing the namejava.lang.String getTitle()
String
representing the titlejava.lang.String getCampaignName()
String
representing the name of the campaignjava.lang.String getCampaignPath()
String
representing the path to the campaignjava.lang.String getThumbnailPath()
String
representing the path to the thumbnailjava.lang.String getId()
String
representing the unique idjava.util.List<java.lang.String> getSegments()
List
of String
objects, or an empty list if the teaser has no segmentsjava.util.List<TeaserTag> getTags()
List
of TeaserTag
objects or an empty list if the teaser has no tagsjava.lang.String getUrl()
String
representing the URLCopyright © 2010 - 2020 Adobe. All Rights Reserved