@ProviderType public interface GoogleNewsExtension extends Extension
Url
.Modifier and Type | Interface and Description |
---|---|
static class |
GoogleNewsExtension.AccessRestriction |
static class |
GoogleNewsExtension.Genre |
Modifier and Type | Method and Description |
---|---|
@NotNull GoogleNewsExtension |
setAccessRestriction(@Nullable GoogleNewsExtension.AccessRestriction accessRestriction) |
@NotNull GoogleNewsExtension |
setGenres(@Nullable java.util.Collection<GoogleNewsExtension.Genre> genres) |
@NotNull GoogleNewsExtension |
setKeywords(@Nullable java.util.Collection<java.lang.String> keywords) |
@NotNull GoogleNewsExtension |
setPublication(@NotNull java.lang.String name,
@NotNull java.util.Locale locale) |
@NotNull GoogleNewsExtension |
setPublicationDate(@NotNull java.time.LocalDate date) |
@NotNull GoogleNewsExtension |
setPublicationDate(@NotNull java.time.OffsetDateTime date) |
@NotNull GoogleNewsExtension |
setStockTickers(@Nullable java.util.Collection<java.lang.String> stockTickers) |
@NotNull GoogleNewsExtension |
setTitle(@NotNull java.lang.String title) |
@NotNull @NotNull GoogleNewsExtension setPublication(@NotNull @NotNull java.lang.String name, @NotNull @NotNull java.util.Locale locale)
@NotNull @NotNull GoogleNewsExtension setPublicationDate(@NotNull @NotNull java.time.OffsetDateTime date)
@NotNull @NotNull GoogleNewsExtension setPublicationDate(@NotNull @NotNull java.time.LocalDate date)
@NotNull @NotNull GoogleNewsExtension setTitle(@NotNull @NotNull java.lang.String title)
@NotNull @NotNull GoogleNewsExtension setAccessRestriction(@Nullable @Nullable GoogleNewsExtension.AccessRestriction accessRestriction)
@NotNull @NotNull GoogleNewsExtension setGenres(@Nullable @Nullable java.util.Collection<GoogleNewsExtension.Genre> genres)
@NotNull @NotNull GoogleNewsExtension setKeywords(@Nullable @Nullable java.util.Collection<java.lang.String> keywords)
@NotNull @NotNull GoogleNewsExtension setStockTickers(@Nullable @Nullable java.util.Collection<java.lang.String> stockTickers)
Copyright © 2010 - 2023 Adobe. All Rights Reserved