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