Uses of Class
com.c8db.entity.DocumentDeleteEntity
-
Packages that use DocumentDeleteEntity Package Description com.c8db com.c8db.internal -
-
Uses of DocumentDeleteEntity in com.c8db
Methods in com.c8db that return DocumentDeleteEntity Modifier and Type Method Description DocumentDeleteEntity<Void>C8Collection. deleteDocument(String key)Deletes the document with the givenkeyfrom the collection.<T> DocumentDeleteEntity<T>C8Collection. deleteDocument(String key, Class<T> type, DocumentDeleteOptions options)Deletes the document with the givenkeyfrom the collection.Methods in com.c8db that return types with arguments of type DocumentDeleteEntity Modifier and Type Method Description MultiDocumentEntity<DocumentDeleteEntity<Void>>C8Collection. deleteDocuments(Collection<?> values)Deletes multiple documents from the collection.<T> MultiDocumentEntity<DocumentDeleteEntity<T>>C8Collection. deleteDocuments(Collection<?> values, Class<T> type, DocumentDeleteOptions options)Deletes multiple documents from the collection. -
Uses of DocumentDeleteEntity in com.c8db.internal
Methods in com.c8db.internal that return DocumentDeleteEntity Modifier and Type Method Description DocumentDeleteEntity<Void>C8CollectionImpl. deleteDocument(String key)<T> DocumentDeleteEntity<T>C8CollectionImpl. deleteDocument(String key, Class<T> type, DocumentDeleteOptions options)Methods in com.c8db.internal that return types with arguments of type DocumentDeleteEntity Modifier and Type Method Description protected <T> C8Executor.ResponseDeserializer<DocumentDeleteEntity<T>>InternalC8Collection. deleteDocumentResponseDeserializer(Class<T> type)MultiDocumentEntity<DocumentDeleteEntity<Void>>C8CollectionImpl. deleteDocuments(Collection<?> values)<T> MultiDocumentEntity<DocumentDeleteEntity<T>>C8CollectionImpl. deleteDocuments(Collection<?> values, Class<T> type, DocumentDeleteOptions options)protected <T> C8Executor.ResponseDeserializer<MultiDocumentEntity<DocumentDeleteEntity<T>>>InternalC8Collection. deleteDocumentsResponseDeserializer(Class<T> type)
-