Uses of Class
io.thestencil.persistence.api.ImmutablePageMutator
-
-
Uses of ImmutablePageMutator in io.thestencil.persistence.api
Methods in io.thestencil.persistence.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.
-