Uses of Interface
org.projectnessie.model.Operation.Unchanged
-
Packages that use Operation.Unchanged Package Description org.projectnessie.model -
-
Uses of Operation.Unchanged in org.projectnessie.model
Classes in org.projectnessie.model that implement Operation.Unchanged Modifier and Type Class Description classImmutableUnchangedImmutable implementation ofOperation.Unchanged.Methods in org.projectnessie.model that return Operation.Unchanged Modifier and Type Method Description static Operation.UnchangedOperation.Unchanged. of(ContentKey key)Methods in org.projectnessie.model with parameters of type Operation.Unchanged Modifier and Type Method Description static ImmutableUnchangedImmutableUnchanged. copyOf(Operation.Unchanged instance)Creates an immutable copy of aOperation.Unchangedvalue.ImmutableUnchanged.BuilderImmutableUnchanged.Builder. from(Operation.Unchanged instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Operation.Unchangedinstance.
-