Uses of Class
org.projectnessie.model.ImmutablePut
-
Packages that use ImmutablePut Package Description org.projectnessie.model -
-
Uses of ImmutablePut in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutablePut Modifier and Type Method Description ImmutablePutImmutablePut.Builder. build()Builds a newImmutablePut.static ImmutablePutImmutablePut. copyOf(Operation.Put instance)Creates an immutable copy of aOperation.Putvalue.ImmutablePutImmutablePut. withContent(Content value)Copy the current immutable object by setting a value for thecontentattribute.ImmutablePutImmutablePut. withExpectedContent(Content value)Copy the current immutable object by setting a value for theexpectedContentattribute.ImmutablePutImmutablePut. withKey(ContentKey value)Copy the current immutable object by setting a value for thekeyattribute.
-