ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.addAllArticles(Iterable<String> elements) |
|
ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.addAllLabels(Iterable<? extends StencilClient.LocaleLabel> elements) |
|
ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.addArticles(String element) |
|
ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.addArticles(String... elements) |
|
ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.addLabels(StencilClient.LocaleLabel element) |
Adds one element to labels list.
|
ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.addLabels(StencilClient.LocaleLabel... elements) |
|
ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.articles(Iterable<String> elements) |
Sets or replaces all elements for articles list.
|
static ImmutableLinkMutator.Builder |
ImmutableLinkMutator.builder() |
|
ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.devMode(Boolean devMode) |
Initializes the value for the devMode attribute.
|
ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.from(UpdateBuilder.LinkMutator instance) |
Fill a builder with attribute values from the provided LinkMutator instance.
|
ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.labels(Iterable<? extends StencilClient.LocaleLabel> elements) |
Sets or replaces all elements for labels list.
|
ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.linkId(String linkId) |
Initializes the value for the linkId attribute.
|
ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.type(String type) |
Initializes the value for the type attribute.
|
ImmutableLinkMutator.Builder |
ImmutableLinkMutator.Builder.value(String value) |
Initializes the value for the value attribute.
|