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