ImmutableArticleMutator |
ImmutableArticleMutator.Builder.build() |
|
static ImmutableArticleMutator |
ImmutableArticleMutator.copyOf(UpdateBuilder.ArticleMutator instance) |
|
ImmutableArticleMutator |
ImmutableArticleMutator.withArticleId(String value) |
Copy the current immutable object by setting a value for the articleId attribute.
|
ImmutableArticleMutator |
ImmutableArticleMutator.withLinks(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of links.
|
ImmutableArticleMutator |
ImmutableArticleMutator.withLinks(String... elements) |
Copy the current immutable object with elements that replace the content of links.
|
ImmutableArticleMutator |
ImmutableArticleMutator.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableArticleMutator |
ImmutableArticleMutator.withOrder(Integer value) |
Copy the current immutable object by setting a value for the order attribute.
|
ImmutableArticleMutator |
ImmutableArticleMutator.withParentId(String value) |
Copy the current immutable object by setting a value for the parentId attribute.
|
ImmutableArticleMutator |
ImmutableArticleMutator.withWorkflows(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of workflows.
|
ImmutableArticleMutator |
ImmutableArticleMutator.withWorkflows(String... elements) |
Copy the current immutable object with elements that replace the content of workflows.
|