Uses of Class
org.apache.sling.sitemap.builder.extensions.GoogleVideoExtension.PriceType
-
Packages that use GoogleVideoExtension.PriceType Package Description org.apache.sling.sitemap.builder.extensions -
-
Uses of GoogleVideoExtension.PriceType in org.apache.sling.sitemap.builder.extensions
Methods in org.apache.sling.sitemap.builder.extensions that return GoogleVideoExtension.PriceType Modifier and Type Method Description static GoogleVideoExtension.PriceTypeGoogleVideoExtension.PriceType. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleVideoExtension.PriceType[]GoogleVideoExtension.PriceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.sitemap.builder.extensions with parameters of type GoogleVideoExtension.PriceType Modifier and Type Method Description @NotNull GoogleVideoExtensionGoogleVideoExtension. addPrice(float price, @NotNull String currency, @Nullable GoogleVideoExtension.PriceType type, @Nullable GoogleVideoExtension.Resolution resolution)
-