| Modifier and Type | Method and Description |
|---|---|
static ImmutableStart.Builder |
ImmutableStart.builder()
Creates a builder for
ImmutableStart. |
ImmutableStart.Builder |
ImmutableStart.Builder.from(HasLine instance)
Fill a builder with attribute values from the provided
de.flapdoodle.testdoc.HasLine instance. |
ImmutableStart.Builder |
ImmutableStart.Builder.from(Start instance)
Fill a builder with attribute values from the provided
de.flapdoodle.testdoc.Start instance. |
ImmutableStart.Builder |
ImmutableStart.Builder.label(Optional<String> label)
Initializes the optional value
label to label. |
ImmutableStart.Builder |
ImmutableStart.Builder.label(String label)
Initializes the optional value
label to label. |
ImmutableStart.Builder |
ImmutableStart.Builder.line(Line line)
Initializes the value for the
line attribute. |
Copyright © 2023. All rights reserved.