Uses of Class
org.projectnessie.model.ImmutableBranch
-
Packages that use ImmutableBranch Package Description org.projectnessie.model -
-
Uses of ImmutableBranch in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableBranch Modifier and Type Method Description ImmutableBranchImmutableBranch.Builder. build()Builds a newImmutableBranch.static ImmutableBranchImmutableBranch. copyOf(Branch instance)Creates an immutable copy of aBranchvalue.ImmutableBranchImmutableBranch. withHash(String value)Copy the current immutable object by setting a value for thehashattribute.ImmutableBranchImmutableBranch. withMetadata(ReferenceMetadata value)Copy the current immutable object by setting a value for themetadataattribute.ImmutableBranchImmutableBranch. withName(String value)Copy the current immutable object by setting a value for thenameattribute.
-