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.extensionMethods in crawlercommons.sitemaps.extension that return VideoAttributes.VideoPriceResolution Modifier and Type Method Description VideoAttributes.VideoPriceResolutionVideoAttributes.VideoPrice. getResolution()static VideoAttributes.VideoPriceResolutionVideoAttributes.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)
 
-