Package org.dspace.app.rest.model.patch
Class ReplaceOperation
- java.lang.Object
-
- org.dspace.app.rest.model.patch.Operation
-
- org.dspace.app.rest.model.patch.ReplaceOperation
-
public class ReplaceOperation extends Operation
Operation to track the "replace" operation to the given "path".- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description ReplaceOperation(String path, Object value)
-