ImmutableMarkdown |
ImmutableMarkdown.Builder.build() |
|
static ImmutableMarkdown |
ImmutableMarkdown.copyOf(MarkdownContent.Markdown instance) |
|
ImmutableMarkdown |
ImmutableMarkdown.withHeadings(MarkdownContent.Heading... elements) |
Copy the current immutable object with elements that replace the content of headings.
|
ImmutableMarkdown |
ImmutableMarkdown.withHeadings(Iterable<? extends MarkdownContent.Heading> elements) |
Copy the current immutable object with elements that replace the content of headings.
|
ImmutableMarkdown |
ImmutableMarkdown.withImages(MarkdownContent.ImageTag... elements) |
Copy the current immutable object with elements that replace the content of images.
|
ImmutableMarkdown |
ImmutableMarkdown.withImages(Iterable<? extends MarkdownContent.ImageTag> elements) |
Copy the current immutable object with elements that replace the content of images.
|
ImmutableMarkdown |
ImmutableMarkdown.withLocale(String value) |
Copy the current immutable object by setting a value for the locale attribute.
|
ImmutableMarkdown |
ImmutableMarkdown.withPath(String value) |
Copy the current immutable object by setting a value for the path attribute.
|
ImmutableMarkdown |
ImmutableMarkdown.withValue(String value) |
Copy the current immutable object by setting a value for the value attribute.
|