Interface GoogleNewsExtension

    • Method Detail

      • setPublication

        @NotNull
        @NotNull GoogleNewsExtension setPublication​(@NotNull
                                                    @NotNull java.lang.String name,
                                                    @NotNull
                                                    @NotNull java.util.Locale locale)
      • setPublicationDate

        @NotNull
        @NotNull GoogleNewsExtension setPublicationDate​(@NotNull
                                                        @NotNull java.time.OffsetDateTime date)
      • setPublicationDate

        @NotNull
        @NotNull GoogleNewsExtension setPublicationDate​(@NotNull
                                                        @NotNull java.time.LocalDate date)
      • setTitle

        @NotNull
        @NotNull GoogleNewsExtension setTitle​(@NotNull
                                              @NotNull java.lang.String title)
      • setKeywords

        @NotNull
        @NotNull GoogleNewsExtension setKeywords​(@Nullable
                                                 @Nullable java.util.Collection<java.lang.String> keywords)
      • setStockTickers

        @NotNull
        @NotNull GoogleNewsExtension setStockTickers​(@Nullable
                                                     @Nullable java.util.Collection<java.lang.String> stockTickers)