ImmutableLink |
ImmutableLink.Builder.build() |
|
static ImmutableLink |
ImmutableLink.copyOf(Link instance) |
Creates an immutable copy of a Link value.
|
ImmutableLink |
ImmutableLink.withAnchor(String value) |
Copy the current immutable object by setting a present value for the optional anchor attribute.
|
ImmutableLink |
ImmutableLink.withAnchor(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the anchor attribute.
|
ImmutableLink |
ImmutableLink.withMedia(String value) |
Copy the current immutable object by setting a present value for the optional media attribute.
|
ImmutableLink |
ImmutableLink.withMedia(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the media attribute.
|
ImmutableLink |
ImmutableLink.withRel(String value) |
Copy the current immutable object by setting a present value for the optional rel attribute.
|
ImmutableLink |
ImmutableLink.withRel(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the rel attribute.
|
ImmutableLink |
ImmutableLink.withRev(String value) |
Copy the current immutable object by setting a present value for the optional rev attribute.
|
ImmutableLink |
ImmutableLink.withRev(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the rev attribute.
|
ImmutableLink |
ImmutableLink.withTitle(String value) |
Copy the current immutable object by setting a present value for the optional title attribute.
|
ImmutableLink |
ImmutableLink.withTitle(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the title attribute.
|
ImmutableLink |
ImmutableLink.withType(String value) |
Copy the current immutable object by setting a present value for the optional type attribute.
|
ImmutableLink |
ImmutableLink.withType(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the type attribute.
|
ImmutableLink |
ImmutableLink.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|