Uses of Class
crawlercommons.sitemaps.extension.VideoAttributes.TVShow.VideoType
-
Packages that use VideoAttributes.TVShow.VideoType Package Description crawlercommons.sitemaps.extension Extensions to the sitemaps protocol for additional attributes and links to alternate media formats, for example image, video and news sitemaps. -
-
Uses of VideoAttributes.TVShow.VideoType in crawlercommons.sitemaps.extension
Methods in crawlercommons.sitemaps.extension that return VideoAttributes.TVShow.VideoType Modifier and Type Method Description VideoAttributes.TVShow.VideoType
VideoAttributes.TVShow. getVideoType()
static VideoAttributes.TVShow.VideoType
VideoAttributes.TVShow.VideoType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VideoAttributes.TVShow.VideoType[]
VideoAttributes.TVShow.VideoType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in crawlercommons.sitemaps.extension with parameters of type VideoAttributes.TVShow.VideoType Modifier and Type Method Description void
VideoAttributes.TVShow. setVideoType(VideoAttributes.TVShow.VideoType videoType)
-