Uses of Class
org.projectnessie.model.ImmutableDetached
-
Packages that use ImmutableDetached Package Description org.projectnessie.model -
-
Uses of ImmutableDetached in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableDetached Modifier and Type Method Description ImmutableDetachedImmutableDetached.Builder. build()Builds a newImmutableDetached.static ImmutableDetachedImmutableDetached. copyOf(Detached instance)Creates an immutable copy of aDetachedvalue.ImmutableDetachedImmutableDetached. withHash(String value)Copy the current immutable object by setting a value for thehashattribute.ImmutableDetachedImmutableDetached. withMetadata(ReferenceMetadata value)Copy the current immutable object by setting a value for themetadataattribute.
-