Package com.norconex.committer.core
Class DeleteRequest
java.lang.Object
com.norconex.committer.core.DeleteRequest
- All Implemented Interfaces:
CommitterRequest
A committer deletion request. Metadata associated with a deletion
request is typically minimal in comparison with an addition or update.
It is even possible for it to be empty.
-
Constructor Details
-
DeleteRequest
-
-
Method Details
-
getReference
Description copied from interface:CommitterRequestGets the document reference.- Specified by:
getReferencein interfaceCommitterRequest- Returns:
- document reference
-
getMetadata
Description copied from interface:CommitterRequestGets the metadata.- Specified by:
getMetadatain interfaceCommitterRequest- Returns:
- metadata
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-