Uses of Interface
org.projectnessie.model.Detached
-
Packages that use Detached Package Description org.projectnessie.model -
-
Uses of Detached in org.projectnessie.model
Classes in org.projectnessie.model that implement Detached Modifier and Type Class Description classImmutableDetachedImmutable implementation ofDetached.Methods in org.projectnessie.model that return Detached Modifier and Type Method Description static DetachedDetached. of(String hash)Methods in org.projectnessie.model with parameters of type Detached Modifier and Type Method Description static ImmutableDetachedImmutableDetached. copyOf(Detached instance)Creates an immutable copy of aDetachedvalue.ImmutableDetached.BuilderImmutableDetached.Builder. from(Detached instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Detachedinstance.
-