Uses of Class
io.thestencil.client.api.ImmutableWorkflow
-
Packages that use ImmutableWorkflow Package Description io.thestencil.client.api -
-
Uses of ImmutableWorkflow in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableWorkflow Modifier and Type Method Description ImmutableWorkflowImmutableWorkflow.Builder. build()Builds a newImmutableWorkflow.static ImmutableWorkflowImmutableWorkflow. copyOf(StencilClient.Workflow instance)Creates an immutable copy of aStencilClient.Workflowvalue.ImmutableWorkflowImmutableWorkflow. withArticles(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofarticles.ImmutableWorkflowImmutableWorkflow. withArticles(String... elements)Copy the current immutable object with elements that replace the content ofarticles.ImmutableWorkflowImmutableWorkflow. withContent(String value)Copy the current immutable object by setting a value for thecontentattribute.ImmutableWorkflowImmutableWorkflow. withLocale(String value)Copy the current immutable object by setting a value for thelocaleattribute.ImmutableWorkflowImmutableWorkflow. withName(String value)Copy the current immutable object by setting a value for thenameattribute.
-