Uses of Class
io.thestencil.client.api.ImmutablePageMutator
-
Packages that use ImmutablePageMutator Package Description io.thestencil.client.api -
-
Uses of ImmutablePageMutator in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutablePageMutator Modifier and Type Method Description ImmutablePageMutatorImmutablePageMutator.Builder. build()Builds a newImmutablePageMutator.static ImmutablePageMutatorImmutablePageMutator. copyOf(UpdateBuilder.PageMutator instance)Creates an immutable copy of aUpdateBuilder.PageMutatorvalue.ImmutablePageMutatorImmutablePageMutator. withContent(String value)Copy the current immutable object by setting a value for thecontentattribute.ImmutablePageMutatorImmutablePageMutator. withLocale(String value)Copy the current immutable object by setting a value for thelocaleattribute.ImmutablePageMutatorImmutablePageMutator. withPageId(String value)Copy the current immutable object by setting a value for thepageIdattribute.
-