Uses of Class
io.thestencil.client.api.ImmutableTemplateMutator
-
Packages that use ImmutableTemplateMutator Package Description io.thestencil.client.api -
-
Uses of ImmutableTemplateMutator in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableTemplateMutator Modifier and Type Method Description ImmutableTemplateMutatorImmutableTemplateMutator.Builder. build()Builds a newImmutableTemplateMutator.static ImmutableTemplateMutatorImmutableTemplateMutator. copyOf(UpdateBuilder.TemplateMutator instance)Creates an immutable copy of aUpdateBuilder.TemplateMutatorvalue.ImmutableTemplateMutatorImmutableTemplateMutator. withContent(String value)Copy the current immutable object by setting a value for thecontentattribute.ImmutableTemplateMutatorImmutableTemplateMutator. withDescription(String value)Copy the current immutable object by setting a value for thedescriptionattribute.ImmutableTemplateMutatorImmutableTemplateMutator. withName(String value)Copy the current immutable object by setting a value for thenameattribute.ImmutableTemplateMutatorImmutableTemplateMutator. withTemplateId(String value)Copy the current immutable object by setting a value for thetemplateIdattribute.ImmutableTemplateMutatorImmutableTemplateMutator. withType(String value)Copy the current immutable object by setting a value for thetypeattribute.
-