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