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.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableCreateLink |
ImmutableCreateLink.withLocale(String value) |
Copy the current immutable object by setting a value for the locale attribute.
|
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.
|