Uses of Interface
io.thestencil.staticontent.api.StaticContentClient.Markdown
-
Packages that use StaticContentClient.Markdown Package Description io.thestencil.staticontent.api -
-
Uses of StaticContentClient.Markdown in io.thestencil.staticontent.api
Classes in io.thestencil.staticontent.api that implement StaticContentClient.Markdown Modifier and Type Class Description classImmutableMarkdownImmutable implementation ofStaticContentClient.Markdown.Methods in io.thestencil.staticontent.api that return types with arguments of type StaticContentClient.Markdown Modifier and Type Method Description com.google.common.collect.ImmutableList<StaticContentClient.Markdown>ImmutableMarkdowns. getValues()List<StaticContentClient.Markdown>StaticContentClient.Markdowns. getValues()Methods in io.thestencil.staticontent.api with parameters of type StaticContentClient.Markdown Modifier and Type Method Description ImmutableMarkdowns.BuilderImmutableMarkdowns.Builder. addValues(StaticContentClient.Markdown element)Adds one element tovalueslist.ImmutableMarkdowns.BuilderImmutableMarkdowns.Builder. addValues(StaticContentClient.Markdown... elements)Adds elements tovalueslist.static ImmutableMarkdownImmutableMarkdown. copyOf(StaticContentClient.Markdown instance)Creates an immutable copy of aStaticContentClient.Markdownvalue.ImmutableMarkdown.BuilderImmutableMarkdown.Builder. from(StaticContentClient.Markdown instance)Fill a builder with attribute values from the providedMarkdowninstance.ImmutableMarkdownsImmutableMarkdowns. withValues(StaticContentClient.Markdown... elements)Copy the current immutable object with elements that replace the content ofvalues.Method parameters in io.thestencil.staticontent.api with type arguments of type StaticContentClient.Markdown Modifier and Type Method Description ImmutableMarkdowns.BuilderImmutableMarkdowns.Builder. addAllValues(Iterable<? extends StaticContentClient.Markdown> elements)Adds elements tovalueslist.ImmutableMarkdowns.BuilderImmutableMarkdowns.Builder. values(Iterable<? extends StaticContentClient.Markdown> elements)Sets or replaces all elements forvalueslist.ImmutableMarkdownsImmutableMarkdowns. withValues(Iterable<? extends StaticContentClient.Markdown> elements)Copy the current immutable object with elements that replace the content ofvalues.
-