ImmutableLinkData |
ImmutableLinkData.Builder.build() |
|
static ImmutableLinkData |
ImmutableLinkData.copyOf(SiteVisitor.LinkData instance) |
|
ImmutableLinkData |
ImmutableLinkData.withGlobal(Boolean value) |
Copy the current immutable object by setting a value for the global attribute.
|
ImmutableLinkData |
ImmutableLinkData.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableLinkData |
ImmutableLinkData.withLocale(String value) |
Copy the current immutable object by setting a value for the locale attribute.
|
ImmutableLinkData |
ImmutableLinkData.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableLinkData |
ImmutableLinkData.withPath(String value) |
Copy the current immutable object by setting a value for the path attribute.
|
ImmutableLinkData |
ImmutableLinkData.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableLinkData |
ImmutableLinkData.withValue(String value) |
Copy the current immutable object by setting a value for the value attribute.
|
ImmutableLinkData |
ImmutableLinkData.withWorkflow(Boolean value) |
Copy the current immutable object by setting a value for the workflow attribute.
|