Package io.micronaut.rss
Class RssChannelImage.Builder
java.lang.Object
io.micronaut.rss.RssChannelImage.Builder
- Enclosing class:
- RssChannelImage
A builder class to add different properties to
RssChannelImage
.-
Method Summary
Modifier and TypeMethodDescription@NonNull RssChannelImage
build()
Builds an RSS Channel.description
(String description)
-
Method Details
-
width
- Parameters:
width
- width of the image in pixels.- Returns:
- The
RssChannelImage.Builder
-
height
- Parameters:
height
- height of the image in pixels.- Returns:
- The
RssChannelImage.Builder
-
description
- Parameters:
description
- The longer image description.- Returns:
- The
RssChannelImage.Builder
-
build
Builds an RSS Channel.- Returns:
- a
RssChannelImage
-