ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.addAllArticles(Iterable<String> elements) |
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.addArticles(String element) |
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.addArticles(String... 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.content(String content) |
Initializes the value for the content attribute.
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.from(UpdateBuilder.WorkflowMutator instance) |
Fill a builder with attribute values from the provided WorkflowMutator instance.
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.locale(String locale) |
Initializes the value for the locale attribute.
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableWorkflowMutator.Builder |
ImmutableWorkflowMutator.Builder.workflowId(String workflowId) |
Initializes the value for the workflowId attribute.
|