ImmutableLabel |
ImmutableLabel.Builder.build() |
|
static ImmutableLabel |
ImmutableLabel.copyOf(Label instance) |
Creates an immutable copy of a Label value.
|
ImmutableLabel |
ImmutableLabel.withColor(String value) |
Copy the current immutable object by setting a value for the color attribute.
|
ImmutableLabel |
ImmutableLabel.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableLabel |
ImmutableLabel.withId(Long value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableLabel |
ImmutableLabel.withIsDefault(boolean value) |
Copy the current immutable object by setting a value for the isDefault attribute.
|
ImmutableLabel |
ImmutableLabel.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableLabel |
ImmutableLabel.withNodeId(String value) |
Copy the current immutable object by setting a value for the nodeId attribute.
|
ImmutableLabel |
ImmutableLabel.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|