ImmutableMarkdowns |
ImmutableMarkdowns.Builder.build() |
|
static ImmutableMarkdowns |
ImmutableMarkdowns.copyOf(StaticContentClient.Markdowns instance) |
|
ImmutableMarkdowns |
ImmutableMarkdowns.withImages(StaticContentClient.ImageResource... elements) |
Copy the current immutable object with elements that replace the content of images.
|
ImmutableMarkdowns |
ImmutableMarkdowns.withImages(Iterable<? extends StaticContentClient.ImageResource> elements) |
Copy the current immutable object with elements that replace the content of images.
|
ImmutableMarkdowns |
ImmutableMarkdowns.withLinks(StaticContentClient.LinkResource... elements) |
Copy the current immutable object with elements that replace the content of links.
|
ImmutableMarkdowns |
ImmutableMarkdowns.withLinks(Iterable<? extends StaticContentClient.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(StaticContentClient.Markdown... elements) |
Copy the current immutable object with elements that replace the content of values.
|
ImmutableMarkdowns |
ImmutableMarkdowns.withValues(Iterable<? extends StaticContentClient.Markdown> elements) |
Copy the current immutable object with elements that replace the content of values.
|