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