Uses of Interface
org.projectnessie.model.Operation.Put
-
Packages that use Operation.Put Package Description org.projectnessie.model -
-
Uses of Operation.Put in org.projectnessie.model
Classes in org.projectnessie.model that implement Operation.Put Modifier and Type Class Description classImmutablePutImmutable implementation ofOperation.Put.Methods in org.projectnessie.model that return Operation.Put Modifier and Type Method Description static Operation.PutOperation.Put. of(ContentsKey key, Contents contents)Methods in org.projectnessie.model with parameters of type Operation.Put Modifier and Type Method Description static ImmutablePutImmutablePut. copyOf(Operation.Put instance)Creates an immutable copy of aOperation.Putvalue.ImmutablePut.BuilderImmutablePut.Builder. from(Operation.Put instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Operation.Putinstance.
-