Uses of Class
org.projectnessie.model.ImmutableTransplant
-
Packages that use ImmutableTransplant Package Description org.projectnessie.model -
-
Uses of ImmutableTransplant in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableTransplant Modifier and Type Method Description ImmutableTransplantImmutableTransplant.Builder. build()Builds a newImmutableTransplant.static ImmutableTransplantImmutableTransplant. copyOf(Transplant instance)Creates an immutable copy of aTransplantvalue.ImmutableTransplantImmutableTransplant. withFromRefName(String value)Copy the current immutable object by setting a value for thefromRefNameattribute.ImmutableTransplantImmutableTransplant. withHashesToTransplant(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofhashesToTransplant.ImmutableTransplantImmutableTransplant. withHashesToTransplant(String... elements)Copy the current immutable object with elements that replace the content ofhashesToTransplant.
-