static ImmutableBranch.Builder |
Branch.builder() |
|
static ImmutableBranch.Builder |
ImmutableBranch.builder() |
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.from(Branch instance) |
Fill a builder with attribute values from the provided org.projectnessie.model.Branch instance.
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.from(Reference instance) |
Fill a builder with attribute values from the provided org.projectnessie.model.Reference instance.
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.hash(String hash) |
Initializes the value for the hash attribute.
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.metadata(ReferenceMetadata metadata) |
Initializes the value for the metadata attribute.
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.name(String name) |
Initializes the value for the name attribute.
|