Uses of Class
crawlercommons.sitemaps.extension.VideoAttributes.VideoPriceResolution
-
Packages that use VideoAttributes.VideoPriceResolution Package Description crawlercommons.sitemaps.extension -
-
Uses of VideoAttributes.VideoPriceResolution in crawlercommons.sitemaps.extension
Methods in crawlercommons.sitemaps.extension that return VideoAttributes.VideoPriceResolution Modifier and Type Method Description VideoAttributes.VideoPriceResolution
VideoAttributes.VideoPrice. getResolution()
static VideoAttributes.VideoPriceResolution
VideoAttributes.VideoPriceResolution. valueOf(String name)
Returns the enum constant of this type with the specified name.static VideoAttributes.VideoPriceResolution[]
VideoAttributes.VideoPriceResolution. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in crawlercommons.sitemaps.extension with parameters of type VideoAttributes.VideoPriceResolution Constructor Description VideoPrice(String currency, Float price, VideoAttributes.VideoPriceType type, VideoAttributes.VideoPriceResolution resolution)
-