ImmutableCreateLink |
ImmutableCreateLink.Builder.build() |
|
static ImmutableCreateLink |
ImmutableCreateLink.copyOf(CreateBuilder.CreateLink instance) |
|
ImmutableCreateLink |
ImmutableCreateLink.withArticles(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableCreateLink |
ImmutableCreateLink.withArticles(String... elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableCreateLink |
ImmutableCreateLink.withDevMode(Boolean value) |
Copy the current immutable object by setting a value for the devMode attribute.
|
ImmutableCreateLink |
ImmutableCreateLink.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableCreateLink |
ImmutableCreateLink.withLabels(StencilClient.LocaleLabel... elements) |
Copy the current immutable object with elements that replace the content of labels.
|
ImmutableCreateLink |
ImmutableCreateLink.withLabels(Iterable<? extends StencilClient.LocaleLabel> elements) |
Copy the current immutable object with elements that replace the content of labels.
|
ImmutableCreateLink |
ImmutableCreateLink.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableCreateLink |
ImmutableCreateLink.withValue(String value) |
Copy the current immutable object by setting a value for the value attribute.
|