Uses of Interface
org.apache.sling.sitemap.builder.extensions.GoogleNewsExtension
-
Packages that use GoogleNewsExtension Package Description org.apache.sling.sitemap.builder.extensions -
-
Uses of GoogleNewsExtension in org.apache.sling.sitemap.builder.extensions
Methods in org.apache.sling.sitemap.builder.extensions that return GoogleNewsExtension Modifier and Type Method Description @NotNull GoogleNewsExtension
GoogleNewsExtension. setAccessRestriction(@Nullable GoogleNewsExtension.AccessRestriction accessRestriction)
@NotNull GoogleNewsExtension
GoogleNewsExtension. setGenres(@Nullable Collection<GoogleNewsExtension.Genre> genres)
@NotNull GoogleNewsExtension
GoogleNewsExtension. setKeywords(@Nullable Collection<String> keywords)
@NotNull GoogleNewsExtension
GoogleNewsExtension. setPublication(@NotNull String name, @NotNull Locale locale)
@NotNull GoogleNewsExtension
GoogleNewsExtension. setPublicationDate(@NotNull LocalDate date)
@NotNull GoogleNewsExtension
GoogleNewsExtension. setPublicationDate(@NotNull OffsetDateTime date)
@NotNull GoogleNewsExtension
GoogleNewsExtension. setStockTickers(@Nullable Collection<String> stockTickers)
@NotNull GoogleNewsExtension
GoogleNewsExtension. setTitle(@NotNull String title)
-