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