Package com.coveo.pushapiclient
Class DeleteDocument
java.lang.Object
com.coveo.pushapiclient.DeleteDocument
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanFlag to delete children of the document.The documentId of the document. -
Constructor Summary
ConstructorsConstructorDescriptionDeleteDocument(String documentId) DeleteDocument(String documentId, boolean deleteChildren) -
Method Summary
-
Field Details
-
documentId
The documentId of the document. -
deleteChildren
public boolean deleteChildrenFlag to delete children of the document.
-
-
Constructor Details
-
DeleteDocument
-
DeleteDocument
-
-
Method Details
-
marshalJsonObject
public com.google.gson.JsonObject marshalJsonObject()
-