Interface GoogleImageExtension
-
- All Superinterfaces:
Extension
@ProviderType public interface GoogleImageExtension extends Extension
An extension to add image links and metadata to anUrl
.- See Also:
- Image sitemaps
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull GoogleImageExtension
setCaption(@Nullable java.lang.String caption)
@NotNull GoogleImageExtension
setGeoLocation(@Nullable java.lang.String geoLocation)
@NotNull GoogleImageExtension
setLicense(@Nullable java.lang.String licenseLocation)
@NotNull GoogleImageExtension
setTitle(@Nullable java.lang.String title)
@NotNull GoogleImageExtension
setUrl(@NotNull java.lang.String location)
-
-
-
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)
-
-