ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.addAllLinks(Iterable<String> elements) |
Adds elements to links list.
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.addAllWorkflows(Iterable<String> elements) |
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.addLinks(String element) |
Adds one element to links list.
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.addLinks(String... elements) |
Adds elements to links list.
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.addWorkflows(String element) |
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.addWorkflows(String... elements) |
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.articleId(String articleId) |
Initializes the value for the articleId attribute.
|
static ImmutableArticleMutator.Builder |
ImmutableArticleMutator.builder() |
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.devMode(Boolean devMode) |
Initializes the value for the devMode attribute.
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.from(UpdateBuilder.ArticleMutator instance) |
Fill a builder with attribute values from the provided ArticleMutator instance.
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.links(Iterable<String> elements) |
Sets or replaces all elements for links list.
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.order(Integer order) |
Initializes the value for the order attribute.
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.parentId(String parentId) |
Initializes the value for the parentId attribute.
|
ImmutableArticleMutator.Builder |
ImmutableArticleMutator.Builder.workflows(Iterable<String> elements) |
Sets or replaces all elements for workflows list.
|