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