| Modifier and Type | Method and Description |
|---|---|
ImmutableStart |
ImmutableStart.Builder.build()
Builds a new
ImmutableStart. |
static ImmutableStart |
ImmutableStart.copyOf(Start instance)
Creates an immutable copy of a
Start value. |
static ImmutableStart |
ImmutableStart.of(Line line)
Construct a new immutable
Start instance. |
static ImmutableStart |
Start.of(Line line) |
static ImmutableStart |
Start.of(String label,
Line line) |
ImmutableStart |
ImmutableStart.withLabel(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
label attribute. |
ImmutableStart |
ImmutableStart.withLabel(String value)
Copy the current immutable object by setting a present value for the optional
label attribute. |
ImmutableStart |
ImmutableStart.withLine(Line value)
Copy the current immutable object by setting a value for the
line attribute. |
Copyright © 2022. All rights reserved.