Class RemovePatchOperation<T>

java.lang.Object
org.dspace.app.rest.submit.factory.impl.PatchOperation<T>
org.dspace.app.rest.submit.factory.impl.RemovePatchOperation<T>
Type Parameters:
T -
Direct Known Subclasses:
AccessConditionRemovePatchOperation, BitstreamRemovePatchOperation, BitstreamResourcePolicyRemovePatchOperation, CCLicenseRemovePatchOperation, LicenseRemovePatchOperation, MetadataValueRemovePatchOperation, NotifyServiceRemovePatchOperation, PrimaryBitstreamRemovePatchOperation

public abstract class RemovePatchOperation<T> extends PatchOperation<T>
Class to manage HTTP PATCH method operation REMOVE
Author:
Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)