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.withContent(String value) |
Copy the current immutable object by setting a value for the content attribute.
|
ImmutableWorkflowMutator |
ImmutableWorkflowMutator.withLocale(String value) |
Copy the current immutable object by setting a value for the locale attribute.
|
ImmutableWorkflowMutator |
ImmutableWorkflowMutator.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableWorkflowMutator |
ImmutableWorkflowMutator.withWorkflowId(String value) |
Copy the current immutable object by setting a value for the workflowId attribute.
|