Uses of Class
io.thestencil.client.api.ImmutableTemplate
-
Packages that use ImmutableTemplate Package Description io.thestencil.client.api -
-
Uses of ImmutableTemplate in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableTemplate Modifier and Type Method Description ImmutableTemplateImmutableTemplate.Builder. build()Builds a newImmutableTemplate.static ImmutableTemplateImmutableTemplate. copyOf(StencilClient.Template instance)Creates an immutable copy of aStencilClient.Templatevalue.ImmutableTemplateImmutableTemplate. withContent(String value)Copy the current immutable object by setting a value for thecontentattribute.ImmutableTemplateImmutableTemplate. withDescription(String value)Copy the current immutable object by setting a value for thedescriptionattribute.ImmutableTemplateImmutableTemplate. withName(String value)Copy the current immutable object by setting a value for thenameattribute.ImmutableTemplateImmutableTemplate. withType(String value)Copy the current immutable object by setting a value for thetypeattribute.
-