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.withContent(String value) |
Copy the current immutable object by setting a value for the content attribute.
|
ImmutableLinkMutator |
ImmutableLinkMutator.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableLinkMutator |
ImmutableLinkMutator.withLinkId(String value) |
Copy the current immutable object by setting a value for the linkId attribute.
|
ImmutableLinkMutator |
ImmutableLinkMutator.withLocale(String value) |
Copy the current immutable object by setting a value for the locale attribute.
|
ImmutableLinkMutator |
ImmutableLinkMutator.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|