Uses of Class
org.apache.sling.sitemap.builder.extensions.GoogleVideoExtension.Access
-
Packages that use GoogleVideoExtension.Access Package Description org.apache.sling.sitemap.builder.extensions -
-
Uses of GoogleVideoExtension.Access in org.apache.sling.sitemap.builder.extensions
Methods in org.apache.sling.sitemap.builder.extensions that return GoogleVideoExtension.Access Modifier and Type Method Description static GoogleVideoExtension.Access
GoogleVideoExtension.Access. valueOf(String name)
Returns the enum constant of this type with the specified name.static GoogleVideoExtension.Access[]
GoogleVideoExtension.Access. 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.Access Modifier and Type Method Description @NotNull GoogleVideoExtension
GoogleVideoExtension. setAccessRestriction(@Nullable GoogleVideoExtension.Access restriction, @Nullable Collection<String> countryCodes)
restriction
@NotNull GoogleVideoExtension
GoogleVideoExtension. setPlatformRestriction(@Nullable GoogleVideoExtension.Access restriction, @Nullable Collection<GoogleVideoExtension.Platform> platforms)
platform
-