static ImmutableLabel.Builder |
ImmutableLabel.builder() |
|
ImmutableLabel.Builder |
ImmutableLabel.Builder.color(String color) |
Initializes the value for the color attribute.
|
ImmutableLabel.Builder |
ImmutableLabel.Builder.description(String description) |
|
ImmutableLabel.Builder |
ImmutableLabel.Builder.from(Label instance) |
Fill a builder with attribute values from the provided Label instance.
|
ImmutableLabel.Builder |
ImmutableLabel.Builder.id(Long id) |
Initializes the value for the id attribute.
|
ImmutableLabel.Builder |
ImmutableLabel.Builder.isDefault(boolean isDefault) |
Initializes the value for the isDefault attribute.
|
ImmutableLabel.Builder |
ImmutableLabel.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableLabel.Builder |
ImmutableLabel.Builder.nodeId(String nodeId) |
Initializes the value for the nodeId attribute.
|
ImmutableLabel.Builder |
ImmutableLabel.Builder.url(URI url) |
Initializes the value for the url attribute.
|