ImmutableMarkdownContent |
ImmutableMarkdownContent.Builder.build() |
|
static ImmutableMarkdownContent |
ImmutableMarkdownContent.copyOf(MarkdownContent instance) |
|
ImmutableMarkdownContent |
ImmutableMarkdownContent.withImages(MarkdownContent.ImageResource... elements) |
Copy the current immutable object with elements that replace the content of images.
|
ImmutableMarkdownContent |
ImmutableMarkdownContent.withImages(Iterable<? extends MarkdownContent.ImageResource> elements) |
Copy the current immutable object with elements that replace the content of images.
|
ImmutableMarkdownContent |
ImmutableMarkdownContent.withLinks(MarkdownContent.LinkResource... elements) |
Copy the current immutable object with elements that replace the content of links.
|
ImmutableMarkdownContent |
ImmutableMarkdownContent.withLinks(Iterable<? extends MarkdownContent.LinkResource> elements) |
Copy the current immutable object with elements that replace the content of links.
|
ImmutableMarkdownContent |
ImmutableMarkdownContent.withLocales(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of locales.
|
ImmutableMarkdownContent |
ImmutableMarkdownContent.withLocales(String... elements) |
Copy the current immutable object with elements that replace the content of locales.
|
ImmutableMarkdownContent |
ImmutableMarkdownContent.withValues(MarkdownContent.Markdown... elements) |
Copy the current immutable object with elements that replace the content of values.
|
ImmutableMarkdownContent |
ImmutableMarkdownContent.withValues(Iterable<? extends MarkdownContent.Markdown> elements) |
Copy the current immutable object with elements that replace the content of values.
|