ImmutableMarkdown |
ImmutableMarkdown.Builder.build() |
|
static ImmutableMarkdown |
ImmutableMarkdown.copyOf(StaticContentClient.Markdown instance) |
|
ImmutableMarkdown |
ImmutableMarkdown.withHeadings(StaticContentClient.Heading... elements) |
Copy the current immutable object with elements that replace the content of headings.
|
ImmutableMarkdown |
ImmutableMarkdown.withHeadings(Iterable<? extends StaticContentClient.Heading> elements) |
Copy the current immutable object with elements that replace the content of headings.
|
ImmutableMarkdown |
ImmutableMarkdown.withImages(StaticContentClient.ImageTag... elements) |
Copy the current immutable object with elements that replace the content of images.
|
ImmutableMarkdown |
ImmutableMarkdown.withImages(Iterable<? extends StaticContentClient.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.
|