ImmutableLinkMutator |
ImmutableLinkMutator.Builder.build() |
|
static ImmutableLinkMutator |
ImmutableLinkMutator.copyOf(UpdateBuilder.LinkMutator instance) |
|
ImmutableLinkMutator |
ImmutableLinkMutator.withArticles(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableLinkMutator |
ImmutableLinkMutator.withArticles(String... elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableLinkMutator |
ImmutableLinkMutator.withLabels(StencilClient.LocaleLabel... elements) |
Copy the current immutable object with elements that replace the content of labels.
|
ImmutableLinkMutator |
ImmutableLinkMutator.withLabels(Iterable<? extends StencilClient.LocaleLabel> elements) |
Copy the current immutable object with elements that replace the content of labels.
|
ImmutableLinkMutator |
ImmutableLinkMutator.withLinkId(String value) |
Copy the current immutable object by setting a value for the linkId attribute.
|
ImmutableLinkMutator |
ImmutableLinkMutator.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableLinkMutator |
ImmutableLinkMutator.withValue(String value) |
Copy the current immutable object by setting a value for the value attribute.
|