ImmutableLink |
ImmutableLink.Builder.build() |
|
static ImmutableLink |
ImmutableLink.copyOf(ZoePersistence.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.withContent(String value) |
Copy the current immutable object by setting a value for the content attribute.
|
ImmutableLink |
ImmutableLink.withContentType(String value) |
Copy the current immutable object by setting a value for the contentType attribute.
|
ImmutableLink |
ImmutableLink.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableLink |
ImmutableLink.withLocale(String value) |
Copy the current immutable object by setting a value for the locale attribute.
|