ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.addAllArticles(Iterable<String> elements) |
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.addAllLabels(Iterable<? extends StencilClient.LocaleLabel> elements) |
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.addArticles(String element) |
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.addArticles(String... elements) |
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.addLabels(StencilClient.LocaleLabel element) |
Adds one element to labels list.
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.addLabels(StencilClient.LocaleLabel... elements) |
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.articles(Iterable<String> elements) |
Sets or replaces all elements for articles list.
|
static ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.builder() |
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.devMode(Boolean devMode) |
Initializes the value for the devMode attribute.
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.from(UpdateBuilder.WorkflowMutator instance) |
Fill a builder with attribute values from the provided WorkflowMutator instance.
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.labels(Iterable<? extends StencilClient.LocaleLabel> elements) |
Sets or replaces all elements for labels list.
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.value(String value) |
Initializes the value for the value attribute.
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.workflowId(String workflowId) |
Initializes the value for the workflowId attribute.
|