ImmutableLink |
ImmutableLink.Builder.build() |
|
static ImmutableLink |
ImmutableLink.copyOf(StencilClient.Link instance) |
|
ImmutableLink |
ImmutableLink.withArticles(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableLink |
ImmutableLink.withArticles(String... elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableLink |
ImmutableLink.withContentType(String value) |
Copy the current immutable object by setting a value for the contentType attribute.
|
ImmutableLink |
ImmutableLink.withLabels(StencilClient.LocaleLabel... elements) |
Copy the current immutable object with elements that replace the content of labels.
|
ImmutableLink |
ImmutableLink.withLabels(Iterable<? extends StencilClient.LocaleLabel> elements) |
Copy the current immutable object with elements that replace the content of labels.
|
ImmutableLink |
ImmutableLink.withValue(String value) |
Copy the current immutable object by setting a value for the value attribute.
|