Uses of Class
crawlercommons.sitemaps.extension.VideoAttributes.VideoPriceType
-
Packages that use VideoAttributes.VideoPriceType Package Description crawlercommons.sitemaps.extension -
-
Uses of VideoAttributes.VideoPriceType in crawlercommons.sitemaps.extension
Methods in crawlercommons.sitemaps.extension that return VideoAttributes.VideoPriceType Modifier and Type Method Description VideoAttributes.VideoPriceType
VideoAttributes.VideoPrice. getType()
static VideoAttributes.VideoPriceType
VideoAttributes.VideoPriceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VideoAttributes.VideoPriceType[]
VideoAttributes.VideoPriceType. 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.VideoPriceType Constructor Description VideoPrice(String currency, Float price, VideoAttributes.VideoPriceType type)
VideoPrice(String currency, Float price, VideoAttributes.VideoPriceType type, VideoAttributes.VideoPriceResolution resolution)
-