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 Details

    • ReplaceOperation

      public ReplaceOperation(String path, Object value)