Uses of Interface
org.projectnessie.model.Operation
-
Packages that use Operation Package Description org.projectnessie.model -
-
Uses of Operation in org.projectnessie.model
Subinterfaces of Operation in org.projectnessie.model Modifier and Type Interface Description static interfaceOperation.Deletestatic interfaceOperation.Putstatic interfaceOperation.UnchangedClasses in org.projectnessie.model that implement Operation Modifier and Type Class Description classImmutableDeleteImmutable implementation ofOperation.Delete.classImmutablePutImmutable implementation ofOperation.Put.classImmutableUnchangedImmutable implementation ofOperation.Unchanged.Methods in org.projectnessie.model that return types with arguments of type Operation Modifier and Type Method Description List<Operation>ImmutableOperations. getOperations()@NotNull @Size(min=1) List<Operation>Operations. getOperations()Methods in org.projectnessie.model with parameters of type Operation Modifier and Type Method Description ImmutableOperations.BuilderImmutableOperations.Builder. addOperations(Operation element)Adds one element tooperationslist.ImmutableOperations.BuilderImmutableOperations.Builder. addOperations(Operation... elements)Adds elements tooperationslist.ImmutableDelete.BuilderImmutableDelete.Builder. from(Operation instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Operationinstance.ImmutablePut.BuilderImmutablePut.Builder. from(Operation instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Operationinstance.ImmutableUnchanged.BuilderImmutableUnchanged.Builder. from(Operation instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Operationinstance.ImmutableOperationsImmutableOperations. withOperations(Operation... elements)Copy the current immutable object with elements that replace the content ofoperations.Method parameters in org.projectnessie.model with type arguments of type Operation Modifier and Type Method Description ImmutableOperations.BuilderImmutableOperations.Builder. addAllOperations(Iterable<? extends Operation> elements)Adds elements tooperationslist.ImmutableOperations.BuilderImmutableOperations.Builder. operations(Iterable<? extends Operation> elements)Sets or replaces all elements foroperationslist.ImmutableOperationsImmutableOperations. withOperations(Iterable<? extends Operation> elements)Copy the current immutable object with elements that replace the content ofoperations.
-