ImmutableWorkflow |
ImmutableWorkflow.Builder.build() |
|
static ImmutableWorkflow |
ImmutableWorkflow.copyOf(StencilClient.Workflow instance) |
|
ImmutableWorkflow |
ImmutableWorkflow.withArticles(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableWorkflow |
ImmutableWorkflow.withArticles(String... elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableWorkflow |
ImmutableWorkflow.withDevMode(Boolean value) |
Copy the current immutable object by setting a value for the devMode attribute.
|
ImmutableWorkflow |
ImmutableWorkflow.withLabels(StencilClient.LocaleLabel... elements) |
Copy the current immutable object with elements that replace the content of labels.
|
ImmutableWorkflow |
ImmutableWorkflow.withLabels(Iterable<? extends StencilClient.LocaleLabel> elements) |
Copy the current immutable object with elements that replace the content of labels.
|
ImmutableWorkflow |
ImmutableWorkflow.withValue(String value) |
Copy the current immutable object by setting a value for the value attribute.
|