Uses of Class
org.projectnessie.model.ImmutableOperations
-
Packages that use ImmutableOperations Package Description org.projectnessie.model -
-
Uses of ImmutableOperations in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableOperations Modifier and Type Method Description ImmutableOperationsImmutableOperations.Builder. build()Builds a newImmutableOperations.static ImmutableOperationsImmutableOperations. copyOf(Operations instance)Creates an immutable copy of aOperationsvalue.ImmutableOperationsImmutableOperations. withCommitMeta(CommitMeta value)Copy the current immutable object by setting a value for thecommitMetaattribute.ImmutableOperationsImmutableOperations. withOperations(Iterable<? extends Operation> elements)Copy the current immutable object with elements that replace the content ofoperations.ImmutableOperationsImmutableOperations. withOperations(Operation... elements)Copy the current immutable object with elements that replace the content ofoperations.
-