Uses of Class
org.apache.sling.sitemap.builder.extensions.GoogleVideoExtension.Resolution
-
Packages that use GoogleVideoExtension.Resolution Package Description org.apache.sling.sitemap.builder.extensions -
-
Uses of GoogleVideoExtension.Resolution in org.apache.sling.sitemap.builder.extensions
Methods in org.apache.sling.sitemap.builder.extensions that return GoogleVideoExtension.Resolution Modifier and Type Method Description static GoogleVideoExtension.ResolutionGoogleVideoExtension.Resolution. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleVideoExtension.Resolution[]GoogleVideoExtension.Resolution. 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.Resolution Modifier and Type Method Description @NotNull GoogleVideoExtensionGoogleVideoExtension. addPrice(float price, @NotNull String currency, @Nullable GoogleVideoExtension.PriceType type, @Nullable GoogleVideoExtension.Resolution resolution)
-