Interface GoogleImageExtension

  • All Superinterfaces:
    Extension

    @ProviderType
    public interface GoogleImageExtension
    extends Extension
    An extension to add image links and metadata to an Url.
    See Also:
    Image sitemaps
    • Method Detail

      • setUrl

        @NotNull
        @NotNull GoogleImageExtension setUrl​(@NotNull
                                             @NotNull java.lang.String location)
      • setCaption

        @NotNull
        @NotNull GoogleImageExtension setCaption​(@Nullable
                                                 @Nullable java.lang.String caption)
      • setGeoLocation

        @NotNull
        @NotNull GoogleImageExtension setGeoLocation​(@Nullable
                                                     @Nullable java.lang.String geoLocation)
      • setTitle

        @NotNull
        @NotNull GoogleImageExtension setTitle​(@Nullable
                                               @Nullable java.lang.String title)
      • setLicense

        @NotNull
        @NotNull GoogleImageExtension setLicense​(@Nullable
                                                 @Nullable java.lang.String licenseLocation)